Html Css Color HEX #53211B Caput Mortuum

📋 copy color: '#53211B'

red 83 ◦ green 33 ◦ blue 27

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

Shades of Caput Mortuum #53211B

Tints of Caput Mortuum #53211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 58.04%
G = 23.08%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53211B (or 0x53211B) is known color: Caput Mortuum. HEX triplet: 53, 21 and 1B. RGB value is (83,33,27). Sum of RGB (Red+Green+Blue) = 83+33+27=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211B is #ACDEE4. Grayscale: #2F2F2F. Windows color (decimal): -11329253 or 1778003. OLE color: 1778003.

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

Color convert

RGB 83 33 27 -
CMYK 0 0.60 0.67 0.67
HSL 6.43º 0.51% 0.22% -
HSV(B) 6.43º 0.67% 0.33% -
XYZ 4.31 3.01 1.39 -
YUV 47.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 83 33 27 0 0.60 0.67 0.67 6.43 0.51 0.22
Hex 53 21 1B 0 3C 43 43 6 33 16
Octal 123 41 33 0 74 103 103 6 63 26
Binary 1010011 100001 11011 0 111100 1000011 1000011 110 110011 10110

Color Harmonies of #53211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53211B

Black with #53211B

Text Example


Text Example

White with #53211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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