#65121A

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

Shades of Pohutukawa #65121A

Tints of Pohutukawa #65121A

Color information

#65121A (or 0x65121A) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 1A. RGB value is (101,18,26). Sum of RGB (Red+Green+Blue) = 101+18+26=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #65121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121A is #9AEDE5. Grayscale: #2B2B2B. Windows color (decimal): -10153446 or 1708645. OLE color: 1708645.

HSL color Cylindrical-coordinate representation of color #65121A: hue angle of 354.22º 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 #65121A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1011826-
CMYK00.820.740.60
HSL354.22º69.75%23.33%-
HSV(B)354.22º82.18%39.61%-
XYZ5.773.271.31-
YUV43.73118168.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=69.66%
G=12.41%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101182600.820.740.60354.2269.7523.33
Hex65121A0524A3C1624617
Octal145223201221127454210627
Binary11001011001011010010100101001010111100101100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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