Html Css Color HEX #64041A Pohutukawa

📋 copy color: '#64041A'

red 100 ◦ green 4 ◦ blue 26

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

Shades of Pohutukawa #64041A

Tints of Pohutukawa #64041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20%

R = 76.92%
G = 3.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#64041A (or 0x64041A) is known color: Pohutukawa. HEX triplet: 64, 04 and 1A. RGB value is (100,4,26). Sum of RGB (Red+Green+Blue) = 100+4+26=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64041A is #9BFBE5. Grayscale: #232323. Windows color (decimal): -10222566 or 1705060. OLE color: 1705060.

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

Color convert

RGB 100 4 26 -
CMYK 0 0.96 0.74 0.61
HSL 346.25º 0.92% 0.2% -
HSV(B) 346.25º 0.96% 0.39% -
XYZ 5.49 2.87 1.24 -
YUV 35.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 100 4 26 0 0.96 0.74 0.61 346.25 0.92 0.2
Hex 64 4 1A 0 60 4A 3D 15A 5C 14
Octal 144 4 32 0 140 112 75 532 134 24
Binary 1100100 100 11010 0 1100000 1001010 111101 101011010 1011100 10100

Color Harmonies of #64041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64041A

Black with #64041A

Text Example


Text Example

White with #64041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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