Html Css Color HEX #64142A Pohutukawa

📋 copy color: '#64142A'

red 100 ◦ green 20 ◦ blue 42

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

Shades of Pohutukawa #64142A

Tints of Pohutukawa #64142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 61.73%
G = 12.35%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#64142A (or 0x64142A) is known color: Pohutukawa. HEX triplet: 64, 14 and 2A. RGB value is (100,20,42). Sum of RGB (Red+Green+Blue) = 100+20+42=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64142A is #9BEBD5. Grayscale: #2E2E2E. Windows color (decimal): -10218454 or 2757732. OLE color: 2757732.

HSL color Cylindrical-coordinate representation of color #64142A: hue angle of 343.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64142A is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 42 -
CMYK 0 0.8 0.58 0.61
HSL 343.5º 0.67% 0.24% -
HSV(B) 343.5º 0.8% 0.39% -
XYZ 5.92 3.38 2.53 -
YUV 46.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 100 20 42 0 0.8 0.58 0.61 343.5 0.67 0.24
Hex 64 14 2A 0 50 3A 3D 158 43 18
Octal 144 24 52 0 120 72 75 530 103 30
Binary 1100100 10100 101010 0 1010000 111010 111101 101011000 1000011 11000

Color Harmonies of #64142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64142A

Black with #64142A

Text Example


Text Example

White with #64142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,20,42); }

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

background-color css

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

 a { background-color: rgb(100,20,42); }

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

border-color css

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

 span { border-color: rgb(100,20,42); }

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