#61010F

Color #61010F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #61010F

Tints of Pohutukawa #61010F

Color information

#61010F (or 0x61010F) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 0F. RGB value is (97,1,15). Sum of RGB (Red+Green+Blue) = 97+1+15=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #61010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61010F is #9EFEF0. Grayscale: #1F1F1F. Windows color (decimal): -10419953 or 983393. OLE color: 983393.

HSL color Cylindrical-coordinate representation of color #61010F: hue angle of 351.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB97115-
CMYK00.990.850.62
HSL351.25º97.96%19.22%-
HSV(B)351.25º98.97%38.04%-
XYZ5.032.60.69-
YUV31.3118.8174.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 85.84%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=85.84%
G=0.88%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711500.990.850.62351.2597.9619.22
Hex611F063553E15f6213
Octal14111701431257653714223
Binary110000111111011000111010101111110101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61010F; }

 p { color: rgb(97,1,15); }

 H1.HeaderClassName
 {
   color: #61010F;
 }
 .AnyTagClassName
 {
   color: #61010F;
 }
</style>
background-color css

<style>
 a { background-color: #61010F; }

 a { background-color: rgb(97,1,15); }

 div.DivClassName
 {
   background-color: #61010F;
 }
 .BgClassName
 {
   background-color: #61010F;
 }
</style>
border-color css

<style>
 span { border-color: #61010F; }

 span { border-color: rgb(97,1,15); }

 td.TdClassName
 {
   border-color: #61010F;
 }
 .TagClassName
 {
   border-color: #61010F;
 }
</style>