Html Css Color HEX #502621 Caput Mortuum

📋 copy color: '#502621'

red 80 ◦ green 38 ◦ blue 33

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

Shades of Caput Mortuum #502621

Tints of Caput Mortuum #502621

RGB

 RED value IS 80 (31.64% from 255) = 52.98%

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 52.98%
G = 25.17%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#502621 (or 0x502621) is known color: Caput Mortuum. HEX triplet: 50, 26 and 21. RGB value is (80,38,33). Sum of RGB (Red+Green+Blue) = 80+38+33=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #502621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502621 is #AFD9DE. Grayscale: #323232. Windows color (decimal): -11524575 or 2172496. OLE color: 2172496.

HSL color Cylindrical-coordinate representation of color #502621: hue angle of 6.38º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502621 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 38 33 -
CMYK 0 0.52 0.59 0.69
HSL 6.38º 0.42% 0.22% -
HSV(B) 6.38º 0.59% 0.31% -
XYZ 4.28 3.2 1.83 -
YUV 49.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 80 38 33 0 0.52 0.59 0.69 6.38 0.42 0.22
Hex 50 26 21 0 34 3B 45 6 2A 16
Octal 120 46 41 0 64 73 105 6 52 26
Binary 1010000 100110 100001 0 110100 111011 1000101 110 101010 10110

Color Harmonies of #502621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502621

Black with #502621

Text Example


Text Example

White with #502621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502621; }

 p { color: rgb(80,38,33); }

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

background-color css

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

 a { background-color: rgb(80,38,33); }

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

border-color css

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

 span { border-color: rgb(80,38,33); }

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