#650F1E

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

Shades of Pohutukawa #650F1E

Tints of Pohutukawa #650F1E

Color information

#650F1E (or 0x650F1E) is unknown color: approx Pohutukawa. HEX triplet: 65, 0F and 1E. RGB value is (101,15,30). Sum of RGB (Red+Green+Blue) = 101+15+30=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #650F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F1E is #9AF0E1. Grayscale: #2A2A2A. Windows color (decimal): -10154210 or 1970021. OLE color: 1970021.

HSL color Cylindrical-coordinate representation of color #650F1E: hue angle of 349.53º 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 #650F1E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1011530-
CMYK00.850.700.60
HSL349.53º74.14%22.75%-
HSV(B)349.53º85.15%39.61%-
XYZ5.773.21.54-
YUV42.42120.99169.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.18%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=69.18%
G=10.27%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101153000.850.700.60349.5374.1422.75
Hex65F1E055463C15e4a17
Octal145173601251067453611227
Binary1100101111111110010101011000110111100101011110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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