Html Css Color HEX #53211A Caput Mortuum

📋 copy color: '#53211A'

red 83 ◦ green 33 ◦ blue 26

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

Shades of Caput Mortuum #53211A

Tints of Caput Mortuum #53211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 58.45%
G = 23.24%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53211A (or 0x53211A) is known color: Caput Mortuum. HEX triplet: 53, 21 and 1A. RGB value is (83,33,26). Sum of RGB (Red+Green+Blue) = 83+33+26=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211A is #ACDEE5. Grayscale: #2F2F2F. Windows color (decimal): -11329254 or 1712467. OLE color: 1712467.

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

Color convert

RGB 83 33 26 -
CMYK 0 0.60 0.69 0.67
HSL 7.37º 0.52% 0.21% -
HSV(B) 7.37º 0.69% 0.33% -
XYZ 4.3 3 1.33 -
YUV 47.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 83 33 26 0 0.60 0.69 0.67 7.37 0.52 0.21
Hex 53 21 1A 0 3C 45 43 7 34 15
Octal 123 41 32 0 74 105 103 7 64 25
Binary 1010011 100001 11010 0 111100 1000101 1000011 111 110100 10101

Color Harmonies of #53211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53211A

Black with #53211A

Text Example


Text Example

White with #53211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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