#651011

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

Shades of Pohutukawa #651011

Tints of Pohutukawa #651011

Color information

#651011 (or 0x651011) is unknown color: approx Pohutukawa. HEX triplet: 65, 10 and 11. RGB value is (101,16,17). Sum of RGB (Red+Green+Blue) = 101+16+17=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651011 is #9AEFEE. Grayscale: #292929. Windows color (decimal): -10153967 or 1118309. OLE color: 1118309.

HSL color Cylindrical-coordinate representation of color #651011: hue angle of 359.29º 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 #651011 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1011617-
CMYK00.840.830.60
HSL359.29º72.65%22.94%-
HSV(B)359.29º84.16%39.61%-
XYZ5.653.180.85-
YUV41.53114.16170.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=75.37%
G=11.94%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101161700.840.830.60359.2972.6522.94
Hex651011054533C1674917
Octal145202101241237454711127
Binary11001011000010001010101001010011111100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651011; }

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

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

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

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

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

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

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

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