Html Css Color HEX #532114 Caput Mortuum

📋 copy color: '#532114'

red 83 ◦ green 33 ◦ blue 20

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

Shades of Caput Mortuum #532114

Tints of Caput Mortuum #532114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 61.03%
G = 24.26%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#532114 (or 0x532114) is known color: Caput Mortuum. HEX triplet: 53, 21 and 14. RGB value is (83,33,20). Sum of RGB (Red+Green+Blue) = 83+33+20=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532114 is #ACDEEB. Grayscale: #2E2E2E. Windows color (decimal): -11329260 or 1319251. OLE color: 1319251.

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

Color convert

RGB 83 33 20 -
CMYK 0 0.60 0.76 0.67
HSL 12.38º 0.61% 0.2% -
HSV(B) 12.38º 0.76% 0.33% -
XYZ 4.24 2.98 1.01 -
YUV 46.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 83 33 20 0 0.60 0.76 0.67 12.38 0.61 0.2
Hex 53 21 14 0 3C 4C 43 C 3D 14
Octal 123 41 24 0 74 114 103 14 75 24
Binary 1010011 100001 10100 0 111100 1001100 1000011 1100 111101 10100

Color Harmonies of #532114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532114

Black with #532114

Text Example


Text Example

White with #532114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532114; }

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

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

background-color css

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

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

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

border-color css

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

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

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