Html Css Color HEX #642127 Pohutukawa

📋 copy color: '#642127'

red 100 ◦ green 33 ◦ blue 39

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

Shades of Pohutukawa #642127

Tints of Pohutukawa #642127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 58.14%
G = 19.19%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#642127 (or 0x642127) is known color: Pohutukawa. HEX triplet: 64, 21 and 27. RGB value is (100,33,39). Sum of RGB (Red+Green+Blue) = 100+33+39=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642127 is #9BDED8. Grayscale: #353535. Windows color (decimal): -10215129 or 2564452. OLE color: 2564452.

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

Color convert

RGB 100 33 39 -
CMYK 0 0.67 0.61 0.61
HSL 354.63º 0.5% 0.26% -
HSV(B) 354.63º 0.67% 0.39% -
XYZ 6.17 3.94 2.36 -
YUV 53.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 100 33 39 0 0.67 0.61 0.61 354.63 0.5 0.26
Hex 64 21 27 0 43 3D 3D 163 32 1A
Octal 144 41 47 0 103 75 75 543 62 32
Binary 1100100 100001 100111 0 1000011 111101 111101 101100011 110010 11010

Color Harmonies of #642127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642127

Black with #642127

Text Example


Text Example

White with #642127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642127; }

 p { color: rgb(100,33,39); }

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

background-color css

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

 a { background-color: rgb(100,33,39); }

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

border-color css

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

 span { border-color: rgb(100,33,39); }

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