Html Css Color HEX #64131D Pohutukawa

📋 copy color: '#64131D'

red 100 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #64131D

Tints of Pohutukawa #64131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.84%

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

R = 67.57%
G = 12.84%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64131D (or 0x64131D) is known color: Pohutukawa. HEX triplet: 64, 13 and 1D. RGB value is (100,19,29). Sum of RGB (Red+Green+Blue) = 100+19+29=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64131D is #9BECE2. Grayscale: #2C2C2C. Windows color (decimal): -10218723 or 1905508. OLE color: 1905508.

HSL color Cylindrical-coordinate representation of color #64131D: hue angle of 352.59º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64131D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 29 -
CMYK 0 0.81 0.71 0.61
HSL 352.59º 0.68% 0.23% -
HSV(B) 352.59º 0.81% 0.39% -
XYZ 5.71 3.26 1.49 -
YUV 44.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 100 19 29 0 0.81 0.71 0.61 352.59 0.68 0.23
Hex 64 13 1D 0 51 47 3D 161 44 17
Octal 144 23 35 0 121 107 75 541 104 27
Binary 1100100 10011 11101 0 1010001 1000111 111101 101100001 1000100 10111

Color Harmonies of #64131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64131D

Black with #64131D

Text Example


Text Example

White with #64131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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