Html Css Color HEX #502B22 Caput Mortuum

📋 copy color: '#502B22'

red 80 ◦ green 43 ◦ blue 34

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

Shades of Caput Mortuum #502B22

Tints of Caput Mortuum #502B22

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.39%

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 50.96%
G = 27.39%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#502B22 (or 0x502B22) is known color: Caput Mortuum. HEX triplet: 50, 2B and 22. RGB value is (80,43,34). Sum of RGB (Red+Green+Blue) = 80+43+34=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B22 is #AFD4DD. Grayscale: #353535. Windows color (decimal): -11523294 or 2239312. OLE color: 2239312.

HSL color Cylindrical-coordinate representation of color #502B22: hue angle of 11.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502B22 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 43 34 -
CMYK 0 0.46 0.58 0.69
HSL 11.74º 0.4% 0.22% -
HSV(B) 11.74º 0.58% 0.31% -
XYZ 4.46 3.55 1.96 -
YUV 53.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 80 43 34 0 0.46 0.58 0.69 11.74 0.4 0.22
Hex 50 2B 22 0 2E 3A 45 C 28 16
Octal 120 53 42 0 56 72 105 14 50 26
Binary 1010000 101011 100010 0 101110 111010 1000101 1100 101000 10110

Color Harmonies of #502B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502B22

Black with #502B22

Text Example


Text Example

White with #502B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502B22; }

 p { color: rgb(80,43,34); }

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

background-color css

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

 a { background-color: rgb(80,43,34); }

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

border-color css

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

 span { border-color: rgb(80,43,34); }

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