Html Css Color HEX #53211D Caput Mortuum

📋 copy color: '#53211D'

red 83 ◦ green 33 ◦ blue 29

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

Shades of Caput Mortuum #53211D

Tints of Caput Mortuum #53211D

RGB

 RED value IS 83 (32.81% from 255) = 57.24%

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 57.24%
G = 22.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53211D (or 0x53211D) is known color: Caput Mortuum. HEX triplet: 53, 21 and 1D. RGB value is (83,33,29). Sum of RGB (Red+Green+Blue) = 83+33+29=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211D is #ACDEE2. Grayscale: #2F2F2F. Windows color (decimal): -11329251 or 1909075. OLE color: 1909075.

HSL color Cylindrical-coordinate representation of color #53211D: hue angle of 4.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53211D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 29 -
CMYK 0 0.60 0.65 0.67
HSL 4.44º 0.48% 0.22% -
HSV(B) 4.44º 0.65% 0.33% -
XYZ 4.33 3.02 1.52 -
YUV 47.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 83 33 29 0 0.60 0.65 0.67 4.44 0.48 0.22
Hex 53 21 1D 0 3C 41 43 4 30 16
Octal 123 41 35 0 74 101 103 4 60 26
Binary 1010011 100001 11101 0 111100 1000001 1000011 100 110000 10110

Color Harmonies of #53211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53211D

Black with #53211D

Text Example


Text Example

White with #53211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53211D; }

 p { color: rgb(83,33,29); }

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

background-color css

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

 a { background-color: rgb(83,33,29); }

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

border-color css

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

 span { border-color: rgb(83,33,29); }

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