Html Css Color HEX #642028 Pohutukawa

📋 copy color: '#642028'

red 100 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #642028

Tints of Pohutukawa #642028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 58.14%
G = 18.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#642028 (or 0x642028) is known color: Pohutukawa. HEX triplet: 64, 20 and 28. RGB value is (100,32,40). Sum of RGB (Red+Green+Blue) = 100+32+40=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642028 is #9BDFD7. Grayscale: #353535. Windows color (decimal): -10215384 or 2629732. OLE color: 2629732.

HSL color Cylindrical-coordinate representation of color #642028: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642028 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 40 -
CMYK 0 0.68 0.6 0.61
HSL 352.94º 0.52% 0.26% -
HSV(B) 352.94º 0.68% 0.39% -
XYZ 6.16 3.9 2.43 -
YUV 53.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 100 32 40 0 0.68 0.6 0.61 352.94 0.52 0.26
Hex 64 20 28 0 44 3C 3D 161 34 1A
Octal 144 40 50 0 104 74 75 541 64 32
Binary 1100100 100000 101000 0 1000100 111100 111101 101100001 110100 11010

Color Harmonies of #642028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642028

Black with #642028

Text Example


Text Example

White with #642028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642028; }

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

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

background-color css

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

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

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

border-color css

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

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

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