Html Css Color HEX #532214 Caput Mortuum

📋 copy color: '#532214'

red 83 ◦ green 34 ◦ blue 20

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

Shades of Caput Mortuum #532214

Tints of Caput Mortuum #532214

RGB

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

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

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

R = 60.58%
G = 24.82%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#532214 (or 0x532214) is known color: Caput Mortuum. HEX triplet: 53, 22 and 14. RGB value is (83,34,20). Sum of RGB (Red+Green+Blue) = 83+34+20=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532214 is #ACDDEB. Grayscale: #2F2F2F. Windows color (decimal): -11329004 or 1319507. OLE color: 1319507.

HSL color Cylindrical-coordinate representation of color #532214: hue angle of 13.33º 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 #532214 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 20 -
CMYK 0 0.59 0.76 0.67
HSL 13.33º 0.61% 0.2% -
HSV(B) 13.33º 0.76% 0.33% -
XYZ 4.27 3.03 1.02 -
YUV 47.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 83 34 20 0 0.59 0.76 0.67 13.33 0.61 0.2
Hex 53 22 14 0 3B 4C 43 D 3D 14
Octal 123 42 24 0 73 114 103 15 75 24
Binary 1010011 100010 10100 0 111011 1001100 1000011 1101 111101 10100

Color Harmonies of #532214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532214

Black with #532214

Text Example


Text Example

White with #532214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532214; }

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

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

background-color css

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

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

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

border-color css

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

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

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