Html Css Color HEX #64041D Pohutukawa

📋 copy color: '#64041D'

red 100 ◦ green 4 ◦ blue 29

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

Shades of Pohutukawa #64041D

Tints of Pohutukawa #64041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 75.19%
G = 3.01%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64041D (or 0x64041D) is known color: Pohutukawa. HEX triplet: 64, 04 and 1D. RGB value is (100,4,29). Sum of RGB (Red+Green+Blue) = 100+4+29=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64041D is #9BFBE2. Grayscale: #232323. Windows color (decimal): -10222563 or 1901668. OLE color: 1901668.

HSL color Cylindrical-coordinate representation of color #64041D: hue angle of 344.38º 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 #64041D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 29 -
CMYK 0 0.96 0.71 0.61
HSL 344.38º 0.92% 0.2% -
HSV(B) 344.38º 0.96% 0.39% -
XYZ 5.52 2.88 1.43 -
YUV 35.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 100 4 29 0 0.96 0.71 0.61 344.38 0.92 0.2
Hex 64 4 1D 0 60 47 3D 158 5C 14
Octal 144 4 35 0 140 107 75 530 134 24
Binary 1100100 100 11101 0 1100000 1000111 111101 101011000 1011100 10100

Color Harmonies of #64041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64041D

Black with #64041D

Text Example


Text Example

White with #64041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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