Html Css Color HEX #641821 Pohutukawa

📋 copy color: '#641821'

red 100 ◦ green 24 ◦ blue 33

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

Shades of Pohutukawa #641821

Tints of Pohutukawa #641821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 63.69%
G = 15.29%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#641821 (or 0x641821) is known color: Pohutukawa. HEX triplet: 64, 18 and 21. RGB value is (100,24,33). Sum of RGB (Red+Green+Blue) = 100+24+33=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #641821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641821 is #9BE7DE. Grayscale: #2F2F2F. Windows color (decimal): -10217439 or 2168932. OLE color: 2168932.

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

Color convert

RGB 100 24 33 -
CMYK 0 0.76 0.67 0.61
HSL 352.89º 0.61% 0.24% -
HSV(B) 352.89º 0.76% 0.39% -
XYZ 5.86 3.47 1.8 -
YUV 47.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 100 24 33 0 0.76 0.67 0.61 352.89 0.61 0.24
Hex 64 18 21 0 4C 43 3D 161 3D 18
Octal 144 30 41 0 114 103 75 541 75 30
Binary 1100100 11000 100001 0 1001100 1000011 111101 101100001 111101 11000

Color Harmonies of #641821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641821

Black with #641821

Text Example


Text Example

White with #641821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641821; }

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

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

background-color css

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

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

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

border-color css

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

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

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