Html Css Color HEX #64151F Pohutukawa

📋 copy color: '#64151F'

red 100 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #64151F

Tints of Pohutukawa #64151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 65.79%
G = 13.82%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64151F (or 0x64151F) is known color: Pohutukawa. HEX triplet: 64, 15 and 1F. RGB value is (100,21,31). Sum of RGB (Red+Green+Blue) = 100+21+31=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64151F is #9BEAE0. Grayscale: #2D2D2D. Windows color (decimal): -10218209 or 2037092. OLE color: 2037092.

HSL color Cylindrical-coordinate representation of color #64151F: hue angle of 352.41º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64151F is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 31 -
CMYK 0 0.79 0.69 0.61
HSL 352.41º 0.65% 0.24% -
HSV(B) 352.41º 0.79% 0.39% -
XYZ 5.77 3.34 1.64 -
YUV 45.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 100 21 31 0 0.79 0.69 0.61 352.41 0.65 0.24
Hex 64 15 1F 0 4F 45 3D 160 41 18
Octal 144 25 37 0 117 105 75 540 101 30
Binary 1100100 10101 11111 0 1001111 1000101 111101 101100000 1000001 11000

Color Harmonies of #64151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64151F

Black with #64151F

Text Example


Text Example

White with #64151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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