#611012

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

Shades of Pohutukawa #611012

Tints of Pohutukawa #611012

Color information

#611012 (or 0x611012) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 12. RGB value is (97,16,18). Sum of RGB (Red+Green+Blue) = 97+16+18=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611012 is #9EEFED. Grayscale: #282828. Windows color (decimal): -10416110 or 1183841. OLE color: 1183841.

HSL color Cylindrical-coordinate representation of color #611012: hue angle of 358.52º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611012 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB971618-
CMYK00.840.810.62
HSL358.52º71.68%22.16%-
HSV(B)358.52º83.51%38.04%-
XYZ5.222.960.87-
YUV40.45115.34168.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=74.05%
G=12.21%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97161800.840.810.62358.5271.6822.16
Hex611012054513E1674816
Octal141202201241217654711026
Binary11000011000010010010101001010001111110101100111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611012; }

 p { color: rgb(97,16,18); }

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

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

 a { background-color: rgb(97,16,18); }

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

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

 span { border-color: rgb(97,16,18); }

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