Html Css Color HEX #641424 Pohutukawa

📋 copy color: '#641424'

red 100 ◦ green 20 ◦ blue 36

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

Shades of Pohutukawa #641424

Tints of Pohutukawa #641424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 64.1%
G = 12.82%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#641424 (or 0x641424) is known color: Pohutukawa. HEX triplet: 64, 14 and 24. RGB value is (100,20,36). Sum of RGB (Red+Green+Blue) = 100+20+36=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #641424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641424 is #9BEBDB. Grayscale: #2D2D2D. Windows color (decimal): -10218460 or 2364516. OLE color: 2364516.

HSL color Cylindrical-coordinate representation of color #641424: hue angle of 348º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641424 is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 36 -
CMYK 0 0.8 0.64 0.61
HSL 348º 0.67% 0.24% -
HSV(B) 348º 0.8% 0.39% -
XYZ 5.82 3.34 2.01 -
YUV 45.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 100 20 36 0 0.8 0.64 0.61 348 0.67 0.24
Hex 64 14 24 0 50 40 3D 15C 43 18
Octal 144 24 44 0 120 100 75 534 103 30
Binary 1100100 10100 100100 0 1010000 1000000 111101 101011100 1000011 11000

Color Harmonies of #641424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641424

Black with #641424

Text Example


Text Example

White with #641424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641424; }

 p { color: rgb(100,20,36); }

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

background-color css

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

 a { background-color: rgb(100,20,36); }

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

border-color css

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

 span { border-color: rgb(100,20,36); }

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