Html Css Color HEX #532C25 Caput Mortuum

📋 copy color: '#532C25'

red 83 ◦ green 44 ◦ blue 37

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

Shades of Caput Mortuum #532C25

Tints of Caput Mortuum #532C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

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

R = 50.61%
G = 26.83%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#532C25 (or 0x532C25) is known color: Caput Mortuum. HEX triplet: 53, 2C and 25. RGB value is (83,44,37). Sum of RGB (Red+Green+Blue) = 83+44+37=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C25 is #ACD3DA. Grayscale: #363636. Windows color (decimal): -11326427 or 2436179. OLE color: 2436179.

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

Color convert

RGB 83 44 37 -
CMYK 0 0.47 0.55 0.67
HSL 9.13º 0.38% 0.24% -
HSV(B) 9.13º 0.55% 0.33% -
XYZ 4.8 3.77 2.23 -
YUV 54.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 83 44 37 0 0.47 0.55 0.67 9.13 0.38 0.24
Hex 53 2C 25 0 2F 37 43 9 26 18
Octal 123 54 45 0 57 67 103 11 46 30
Binary 1010011 101100 100101 0 101111 110111 1000011 1001 100110 11000

Color Harmonies of #532C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C25

Black with #532C25

Text Example


Text Example

White with #532C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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