Html Css Color HEX #641E21 Pohutukawa

📋 copy color: '#641E21'

red 100 ◦ green 30 ◦ blue 33

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

Shades of Pohutukawa #641E21

Tints of Pohutukawa #641E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 61.35%
G = 18.4%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#641E21 (or 0x641E21) is known color: Pohutukawa. HEX triplet: 64, 1E and 21. RGB value is (100,30,33). Sum of RGB (Red+Green+Blue) = 100+30+33=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #641E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641E21 is #9BE1DE. Grayscale: #333333. Windows color (decimal): -10215903 or 2170468. OLE color: 2170468.

HSL color Cylindrical-coordinate representation of color #641E21: hue angle of 357.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #641E21 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 30 33 -
CMYK 0 0.70 0.67 0.61
HSL 357.43º 0.54% 0.25% -
HSV(B) 357.43º 0.7% 0.39% -
XYZ 5.99 3.75 1.85 -
YUV 51.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 100 30 33 0 0.70 0.67 0.61 357.43 0.54 0.25
Hex 64 1E 21 0 46 43 3D 165 36 19
Octal 144 36 41 0 106 103 75 545 66 31
Binary 1100100 11110 100001 0 1000110 1000011 111101 101100101 110110 11001

Color Harmonies of #641E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E21

Black with #641E21

Text Example


Text Example

White with #641E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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