#65212C

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

Shades of Pohutukawa #65212C

Tints of Pohutukawa #65212C

Color information

#65212C (or 0x65212C) is unknown color: approx Pohutukawa. HEX triplet: 65, 21 and 2C. RGB value is (101,33,44). Sum of RGB (Red+Green+Blue) = 101+33+44=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65212C is #9ADED3. Grayscale: #363636. Windows color (decimal): -10149588 or 2892133. OLE color: 2892133.

HSL color Cylindrical-coordinate representation of color #65212C: hue angle of 350.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65212C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1013344-
CMYK00.670.560.60
HSL350.29º50.75%26.27%-
HSV(B)350.29º67.33%39.61%-
XYZ6.374.042.83-
YUV54.59122.03161.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=56.74%
G=18.54%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101334400.670.560.60350.2950.7526.27
Hex65212C043383C15e331a
Octal1454154010370745366332
Binary11001011000011011000100001111100011110010101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65212C; }

 p { color: rgb(101,33,44); }

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

<style>
 a { background-color: #65212C; }

 a { background-color: rgb(101,33,44); }

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

<style>
 span { border-color: #65212C; }

 span { border-color: rgb(101,33,44); }

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