Html Css Color HEX #64041C Pohutukawa

📋 copy color: '#64041C'

red 100 ◦ green 4 ◦ blue 28

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

Shades of Pohutukawa #64041C

Tints of Pohutukawa #64041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 75.76%
G = 3.03%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64041C (or 0x64041C) is known color: Pohutukawa. HEX triplet: 64, 04 and 1C. RGB value is (100,4,28). Sum of RGB (Red+Green+Blue) = 100+4+28=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #64041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64041C is #9BFBE3. Grayscale: #232323. Windows color (decimal): -10222564 or 1836132. OLE color: 1836132.

HSL color Cylindrical-coordinate representation of color #64041C: hue angle of 345º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64041C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 28 -
CMYK 0 0.96 0.72 0.61
HSL 345º 0.92% 0.2% -
HSV(B) 345º 0.96% 0.39% -
XYZ 5.51 2.88 1.36 -
YUV 35.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 100 4 28 0 0.96 0.72 0.61 345 0.92 0.2
Hex 64 4 1C 0 60 48 3D 159 5C 14
Octal 144 4 34 0 140 110 75 531 134 24
Binary 1100100 100 11100 0 1100000 1001000 111101 101011001 1011100 10100

Color Harmonies of #64041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64041C

Black with #64041C

Text Example


Text Example

White with #64041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,4,28); }

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

background-color css

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

 a { background-color: rgb(100,4,28); }

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

border-color css

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

 span { border-color: rgb(100,4,28); }

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