Html Css Color HEX #641428 Pohutukawa

📋 copy color: '#641428'

red 100 ◦ green 20 ◦ blue 40

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

Shades of Pohutukawa #641428

Tints of Pohutukawa #641428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25%

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#641428 (or 0x641428) is known color: Pohutukawa. HEX triplet: 64, 14 and 28. RGB value is (100,20,40). Sum of RGB (Red+Green+Blue) = 100+20+40=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #641428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641428 is #9BEBD7. Grayscale: #2E2E2E. Windows color (decimal): -10218456 or 2626660. OLE color: 2626660.

HSL color Cylindrical-coordinate representation of color #641428: hue angle of 345º 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 #641428 is Cyan = 0, Magento = 0.8, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 20 40 -
CMYK 0 0.8 0.6 0.61
HSL 345º 0.67% 0.24% -
HSV(B) 345º 0.8% 0.39% -
XYZ 5.89 3.36 2.35 -
YUV 46.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 100 20 40 0 0.8 0.6 0.61 345 0.67 0.24
Hex 64 14 28 0 50 3C 3D 159 43 18
Octal 144 24 50 0 120 74 75 531 103 30
Binary 1100100 10100 101000 0 1010000 111100 111101 101011001 1000011 11000

Color Harmonies of #641428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641428

Black with #641428

Text Example


Text Example

White with #641428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641428; }

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

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

background-color css

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

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

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

border-color css

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

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

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