#650F17

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

Shades of Pohutukawa #650F17

Tints of Pohutukawa #650F17

Color information

#650F17 (or 0x650F17) is unknown color: approx Pohutukawa. HEX triplet: 65, 0F and 17. RGB value is (101,15,23). Sum of RGB (Red+Green+Blue) = 101+15+23=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F17 is #9AF0E8. Grayscale: #292929. Windows color (decimal): -10154217 or 1511269. OLE color: 1511269.

HSL color Cylindrical-coordinate representation of color #650F17: hue angle of 354.42º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F17 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1011523-
CMYK00.850.770.60
HSL354.42º74.14%22.75%-
HSV(B)354.42º85.15%39.61%-
XYZ5.693.171.12-
YUV41.63117.49170.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 72.66%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=72.66%
G=10.79%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101152300.850.770.60354.4274.1422.75
Hex65F170554D3C1624a17
Octal145172701251157454211227
Binary1100101111110111010101011001101111100101100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650F17; }

 p { color: rgb(101,15,23); }

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

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

 a { background-color: rgb(101,15,23); }

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

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

 span { border-color: rgb(101,15,23); }

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