Html Css Color HEX #532823 Caput Mortuum

📋 copy color: '#532823'

red 83 ◦ green 40 ◦ blue 35

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

Shades of Caput Mortuum #532823

Tints of Caput Mortuum #532823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 52.53%
G = 25.32%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#532823 (or 0x532823) is known color: Caput Mortuum. HEX triplet: 53, 28 and 23. RGB value is (83,40,35). Sum of RGB (Red+Green+Blue) = 83+40+35=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #532823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532823 is #ACD7DC. Grayscale: #343434. Windows color (decimal): -11327453 or 2304083. OLE color: 2304083.

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

Color convert

RGB 83 40 35 -
CMYK 0 0.52 0.58 0.67
HSL 6.25º 0.41% 0.23% -
HSV(B) 6.25º 0.58% 0.33% -
XYZ 4.63 3.48 2.02 -
YUV 52.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 83 40 35 0 0.52 0.58 0.67 6.25 0.41 0.23
Hex 53 28 23 0 34 3A 43 6 29 17
Octal 123 50 43 0 64 72 103 6 51 27
Binary 1010011 101000 100011 0 110100 111010 1000011 110 101001 10111

Color Harmonies of #532823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532823

Black with #532823

Text Example


Text Example

White with #532823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532823; }

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

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

background-color css

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

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

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

border-color css

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

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

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