#651B1E

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

Shades of Pohutukawa #651B1E

Tints of Pohutukawa #651B1E

Color information

#651B1E (or 0x651B1E) is unknown color: approx Pohutukawa. HEX triplet: 65, 1B and 1E. RGB value is (101,27,30). Sum of RGB (Red+Green+Blue) = 101+27+30=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B1E is #9AE4E1. Grayscale: #313131. Windows color (decimal): -10151138 or 1973093. OLE color: 1973093.

HSL color Cylindrical-coordinate representation of color #651B1E: hue angle of 357.57º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B1E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1012730-
CMYK00.730.700.60
HSL357.57º57.81%25.1%-
HSV(B)357.57º73.27%39.61%-
XYZ5.993.641.62-
YUV49.47117.02164.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 27 (10.94% from 255) = 17.09%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=63.92%
G=17.09%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101273000.730.700.60357.5757.8125.1
Hex651B1E049463C1663a19
Octal14533360111106745467231
Binary1100101110111111001001001100011011110010110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651B1E; }

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

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

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

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

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

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

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

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