Html Css Color HEX #532213 Caput Mortuum

📋 copy color: '#532213'

red 83 ◦ green 34 ◦ blue 19

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

Shades of Caput Mortuum #532213

Tints of Caput Mortuum #532213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 61.03%
G = 25%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532213 (or 0x532213) is known color: Caput Mortuum. HEX triplet: 53, 22 and 13. RGB value is (83,34,19). Sum of RGB (Red+Green+Blue) = 83+34+19=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532213 is #ACDDEC. Grayscale: #2F2F2F. Windows color (decimal): -11329005 or 1253971. OLE color: 1253971.

HSL color Cylindrical-coordinate representation of color #532213: hue angle of 14.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532213 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 19 -
CMYK 0 0.59 0.77 0.67
HSL 14.06º 0.63% 0.2% -
HSV(B) 14.06º 0.77% 0.33% -
XYZ 4.26 3.03 0.98 -
YUV 46.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 83 34 19 0 0.59 0.77 0.67 14.06 0.63 0.2
Hex 53 22 13 0 3B 4D 43 E 3F 14
Octal 123 42 23 0 73 115 103 16 77 24
Binary 1010011 100010 10011 0 111011 1001101 1000011 1110 111111 10100

Color Harmonies of #532213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532213

Black with #532213

Text Example


Text Example

White with #532213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532213; }

 p { color: rgb(83,34,19); }

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

background-color css

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

 a { background-color: rgb(83,34,19); }

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

border-color css

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

 span { border-color: rgb(83,34,19); }

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