Html Css Color HEX #532B25 Caput Mortuum

📋 copy color: '#532B25'

red 83 ◦ green 43 ◦ blue 37

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

Shades of Caput Mortuum #532B25

Tints of Caput Mortuum #532B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 50.92%
G = 26.38%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532B25 (or 0x532B25) is known color: Caput Mortuum. HEX triplet: 53, 2B and 25. RGB value is (83,43,37). Sum of RGB (Red+Green+Blue) = 83+43+37=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B25 is #ACD4DA. Grayscale: #363636. Windows color (decimal): -11326683 or 2435923. OLE color: 2435923.

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

Color convert

RGB 83 43 37 -
CMYK 0 0.48 0.55 0.67
HSL 7.83º 0.38% 0.24% -
HSV(B) 7.83º 0.55% 0.33% -
XYZ 4.77 3.7 2.21 -
YUV 54.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 83 43 37 0 0.48 0.55 0.67 7.83 0.38 0.24
Hex 53 2B 25 0 30 37 43 8 26 18
Octal 123 53 45 0 60 67 103 10 46 30
Binary 1010011 101011 100101 0 110000 110111 1000011 1000 100110 11000

Color Harmonies of #532B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B25

Black with #532B25

Text Example


Text Example

White with #532B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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