Html Css Color HEX #502322 Caput Mortuum

📋 copy color: '#502322'

red 80 ◦ green 35 ◦ blue 34

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

Shades of Caput Mortuum #502322

Tints of Caput Mortuum #502322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 53.69%
G = 23.49%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#502322 (or 0x502322) is known color: Caput Mortuum. HEX triplet: 50, 23 and 22. RGB value is (80,35,34). Sum of RGB (Red+Green+Blue) = 80+35+34=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502322 is #AFDCDD. Grayscale: #303030. Windows color (decimal): -11525342 or 2237264. OLE color: 2237264.

HSL color Cylindrical-coordinate representation of color #502322: hue angle of 1.3º 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 #502322 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 34 -
CMYK 0 0.56 0.58 0.69
HSL 1.3º 0.4% 0.22% -
HSV(B) 1.3º 0.58% 0.31% -
XYZ 4.2 3.02 1.88 -
YUV 48.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 80 35 34 0 0.56 0.58 0.69 1.3 0.4 0.22
Hex 50 23 22 0 38 3A 45 1 28 16
Octal 120 43 42 0 70 72 105 1 50 26
Binary 1010000 100011 100010 0 111000 111010 1000101 1 101000 10110

Color Harmonies of #502322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502322

Black with #502322

Text Example


Text Example

White with #502322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502322; }

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

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

background-color css

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

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

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

border-color css

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

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

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