#651012

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

Shades of Pohutukawa #651012

Tints of Pohutukawa #651012

Color information

#651012 (or 0x651012) is unknown color: approx Pohutukawa. HEX triplet: 65, 10 and 12. RGB value is (101,16,18). Sum of RGB (Red+Green+Blue) = 101+16+18=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651012 is #9AEFED. Grayscale: #292929. Windows color (decimal): -10153966 or 1183845. OLE color: 1183845.

HSL color Cylindrical-coordinate representation of color #651012: hue angle of 358.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651012 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1011618-
CMYK00.840.820.60
HSL358.59º72.65%22.94%-
HSV(B)358.59º84.16%39.61%-
XYZ5.663.180.89-
YUV41.64114.66170.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=74.81%
G=11.85%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101161800.840.820.60358.5972.6522.94
Hex651012054523C1674917
Octal145202201241227454711127
Binary11001011000010010010101001010010111100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651012; }

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

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

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

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

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

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

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

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