Html Css Color HEX #532D25 Caput Mortuum

📋 copy color: '#532D25'

red 83 ◦ green 45 ◦ blue 37

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

Shades of Caput Mortuum #532D25

Tints of Caput Mortuum #532D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 50.3%
G = 27.27%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532D25 (or 0x532D25) is known color: Caput Mortuum. HEX triplet: 53, 2D and 25. RGB value is (83,45,37). Sum of RGB (Red+Green+Blue) = 83+45+37=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D25 is #ACD2DA. Grayscale: #373737. Windows color (decimal): -11326171 or 2436435. OLE color: 2436435.

HSL color Cylindrical-coordinate representation of color #532D25: hue angle of 10.43º 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 #532D25 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 37 -
CMYK 0 0.46 0.55 0.67
HSL 10.43º 0.38% 0.24% -
HSV(B) 10.43º 0.55% 0.33% -
XYZ 4.84 3.85 2.24 -
YUV 55.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 83 45 37 0 0.46 0.55 0.67 10.43 0.38 0.24
Hex 53 2D 25 0 2E 37 43 A 26 18
Octal 123 55 45 0 56 67 103 12 46 30
Binary 1010011 101101 100101 0 101110 110111 1000011 1010 100110 11000

Color Harmonies of #532D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D25

Black with #532D25

Text Example


Text Example

White with #532D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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