Html Css Color HEX #64041F Pohutukawa

📋 copy color: '#64041F'

red 100 ◦ green 4 ◦ blue 31

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

Shades of Pohutukawa #64041F

Tints of Pohutukawa #64041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 74.07%
G = 2.96%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64041F (or 0x64041F) is known color: Pohutukawa. HEX triplet: 64, 04 and 1F. RGB value is (100,4,31). Sum of RGB (Red+Green+Blue) = 100+4+31=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64041F is #9BFBE0. Grayscale: #232323. Windows color (decimal): -10222561 or 2032740. OLE color: 2032740.

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

Color convert

RGB 100 4 31 -
CMYK 0 0.96 0.69 0.61
HSL 343.13º 0.92% 0.2% -
HSV(B) 343.13º 0.96% 0.39% -
XYZ 5.55 2.9 1.56 -
YUV 35.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 100 4 31 0 0.96 0.69 0.61 343.13 0.92 0.2
Hex 64 4 1F 0 60 45 3D 157 5C 14
Octal 144 4 37 0 140 105 75 527 134 24
Binary 1100100 100 11111 0 1100000 1000101 111101 101010111 1011100 10100

Color Harmonies of #64041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64041F

Black with #64041F

Text Example


Text Example

White with #64041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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