Html Css Color HEX #53211E Caput Mortuum

📋 copy color: '#53211E'

red 83 ◦ green 33 ◦ blue 30

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

Shades of Caput Mortuum #53211E

Tints of Caput Mortuum #53211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 56.85%
G = 22.6%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53211E (or 0x53211E) is known color: Caput Mortuum. HEX triplet: 53, 21 and 1E. RGB value is (83,33,30). Sum of RGB (Red+Green+Blue) = 83+33+30=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53211E is #ACDEE1. Grayscale: #2F2F2F. Windows color (decimal): -11329250 or 1974611. OLE color: 1974611.

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

Color convert

RGB 83 33 30 -
CMYK 0 0.60 0.64 0.67
HSL 3.4º 0.47% 0.22% -
HSV(B) 3.4º 0.64% 0.33% -
XYZ 4.35 3.02 1.58 -
YUV 47.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 83 33 30 0 0.60 0.64 0.67 3.4 0.47 0.22
Hex 53 21 1E 0 3C 40 43 3 2F 16
Octal 123 41 36 0 74 100 103 3 57 26
Binary 1010011 100001 11110 0 111100 1000000 1000011 11 101111 10110

Color Harmonies of #53211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53211E

Black with #53211E

Text Example


Text Example

White with #53211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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