Html Css Color HEX #532B23 Caput Mortuum

📋 copy color: '#532B23'

red 83 ◦ green 43 ◦ blue 35

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

Shades of Caput Mortuum #532B23

Tints of Caput Mortuum #532B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.71%

 BLUE value IS 35 (14.06% from 255) = 21.74%

R = 51.55%
G = 26.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532B23 (or 0x532B23) is known color: Caput Mortuum. HEX triplet: 53, 2B and 23. RGB value is (83,43,35). Sum of RGB (Red+Green+Blue) = 83+43+35=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #532B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B23 is #ACD4DC. Grayscale: #363636. Windows color (decimal): -11326685 or 2304851. OLE color: 2304851.

HSL color Cylindrical-coordinate representation of color #532B23: hue angle of 10º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532B23 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 35 -
CMYK 0 0.48 0.58 0.67
HSL 10º 0.41% 0.23% -
HSV(B) 10º 0.58% 0.33% -
XYZ 4.73 3.69 2.05 -
YUV 54.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 83 43 35 0 0.48 0.58 0.67 10 0.41 0.23
Hex 53 2B 23 0 30 3A 43 A 29 17
Octal 123 53 43 0 60 72 103 12 51 27
Binary 1010011 101011 100011 0 110000 111010 1000011 1010 101001 10111

Color Harmonies of #532B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B23

Black with #532B23

Text Example


Text Example

White with #532B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,43,35); }

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

background-color css

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

 a { background-color: rgb(83,43,35); }

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

border-color css

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

 span { border-color: rgb(83,43,35); }

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