Html Css Color HEX #64212B Pohutukawa

📋 copy color: '#64212B'

red 100 ◦ green 33 ◦ blue 43

#64212B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #64212B

Tints of Pohutukawa #64212B

RGB

 RED value IS 100 (39.45% from 255) = 56.82%

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 43 (17.19% from 255) = 24.43%

R = 56.82%
G = 18.75%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64212B (or 0x64212B) is known color: Pohutukawa. HEX triplet: 64, 21 and 2B. RGB value is (100,33,43). Sum of RGB (Red+Green+Blue) = 100+33+43=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64212B is #9BDED4. Grayscale: #363636. Windows color (decimal): -10215125 or 2826596. OLE color: 2826596.

HSL color Cylindrical-coordinate representation of color #64212B: hue angle of 351.04º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64212B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 43 -
CMYK 0 0.67 0.57 0.61
HSL 351.04º 0.5% 0.26% -
HSV(B) 351.04º 0.67% 0.39% -
XYZ 6.24 3.97 2.72 -
YUV 54.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 100 33 43 0 0.67 0.57 0.61 351.04 0.5 0.26
Hex 64 21 2B 0 43 39 3D 15F 32 1A
Octal 144 41 53 0 103 71 75 537 62 32
Binary 1100100 100001 101011 0 1000011 111001 111101 101011111 110010 11010

Color Harmonies of #64212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64212B

Black with #64212B

Text Example


Text Example

White with #64212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64212B; }

 p { color: rgb(100,33,43); }

 H1.HeaderClassName
 {
   color: #64212B;
 }
 .AnyTagClassName
 {
   color: #64212B;
 }
</style>

background-color css

<style>
 a { background-color: #64212B; }

 a { background-color: rgb(100,33,43); }

 div.DivClassName
 {
   background-color: #64212B;
 }
 .BgClassName
 {
   background-color: #64212B;
 }
</style>

border-color css

<style>
 span { border-color: #64212B; }

 span { border-color: rgb(100,33,43); }

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