Html Css Color HEX #532C21 Caput Mortuum

📋 copy color: '#532C21'

red 83 ◦ green 44 ◦ blue 33

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

Shades of Caput Mortuum #532C21

Tints of Caput Mortuum #532C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 51.88%
G = 27.5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#532C21 (or 0x532C21) is known color: Caput Mortuum. HEX triplet: 53, 2C and 21. RGB value is (83,44,33). Sum of RGB (Red+Green+Blue) = 83+44+33=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #532C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C21 is #ACD3DE. Grayscale: #363636. Windows color (decimal): -11326431 or 2174035. OLE color: 2174035.

HSL color Cylindrical-coordinate representation of color #532C21: hue angle of 13.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532C21 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 33 -
CMYK 0 0.47 0.60 0.67
HSL 13.2º 0.43% 0.23% -
HSV(B) 13.2º 0.6% 0.33% -
XYZ 4.74 3.75 1.91 -
YUV 54.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 83 44 33 0 0.47 0.60 0.67 13.2 0.43 0.23
Hex 53 2C 21 0 2F 3C 43 D 2B 17
Octal 123 54 41 0 57 74 103 15 53 27
Binary 1010011 101100 100001 0 101111 111100 1000011 1101 101011 10111

Color Harmonies of #532C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C21

Black with #532C21

Text Example


Text Example

White with #532C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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