#65121e

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

Shades of Pohutukawa #65121E

Tints of Pohutukawa #65121E

Color information

#65121E (or 0x65121E) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 1E. RGB value is (101,18,30). Sum of RGB (Red+Green+Blue) = 101+18+30=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121E is #9AEDE1. Grayscale: #2C2C2C. Windows color (decimal): -10153442 or 1970789. OLE color: 1970789.

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

Color convert

RGB1011830-
CMYK00.820.700.60
HSL351.33º69.75%23.33%-
HSV(B)351.33º82.18%39.61%-
XYZ5.823.291.56-
YUV44.18120168.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=67.79%
G=12.08%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101183000.820.700.60351.3369.7523.33
Hex65121E052463C15f4617
Octal145223601221067453710627
Binary11001011001011110010100101000110111100101011111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65121e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65121e; }

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

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

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

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

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

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

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

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