Html Css Color HEX #532A25 Caput Mortuum

📋 copy color: '#532A25'

red 83 ◦ green 42 ◦ blue 37

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

Shades of Caput Mortuum #532A25

Tints of Caput Mortuum #532A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

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

R = 51.23%
G = 25.93%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532A25 (or 0x532A25) is known color: Caput Mortuum. HEX triplet: 53, 2A and 25. RGB value is (83,42,37). Sum of RGB (Red+Green+Blue) = 83+42+37=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #532A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A25 is #ACD5DA. Grayscale: #353535. Windows color (decimal): -11326939 or 2435667. OLE color: 2435667.

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

Color convert

RGB 83 42 37 -
CMYK 0 0.49 0.55 0.67
HSL 6.52º 0.38% 0.24% -
HSV(B) 6.52º 0.55% 0.33% -
XYZ 4.73 3.63 2.2 -
YUV 53.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 83 42 37 0 0.49 0.55 0.67 6.52 0.38 0.24
Hex 53 2A 25 0 31 37 43 7 26 18
Octal 123 52 45 0 61 67 103 7 46 30
Binary 1010011 101010 100101 0 110001 110111 1000011 111 100110 11000

Color Harmonies of #532A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A25

Black with #532A25

Text Example


Text Example

White with #532A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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