Html Css Color HEX #512523 Caput Mortuum

📋 copy color: '#512523'

red 81 ◦ green 37 ◦ blue 35

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

Shades of Caput Mortuum #512523

Tints of Caput Mortuum #512523

RGB

 RED value IS 81 (32.03% from 255) = 52.94%

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 52.94%
G = 24.18%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#512523 (or 0x512523) is known color: Caput Mortuum. HEX triplet: 51, 25 and 23. RGB value is (81,37,35). Sum of RGB (Red+Green+Blue) = 81+37+35=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512523 is #AEDADC. Grayscale: #313131. Windows color (decimal): -11459293 or 2303313. OLE color: 2303313.

HSL color Cylindrical-coordinate representation of color #512523: hue angle of 2.61º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512523 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 35 -
CMYK 0 0.54 0.57 0.68
HSL 2.61º 0.4% 0.23% -
HSV(B) 2.61º 0.57% 0.32% -
XYZ 4.36 3.19 1.98 -
YUV 49.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 81 37 35 0 0.54 0.57 0.68 2.61 0.4 0.23
Hex 51 25 23 0 36 39 44 3 28 17
Octal 121 45 43 0 66 71 104 3 50 27
Binary 1010001 100101 100011 0 110110 111001 1000100 11 101000 10111

Color Harmonies of #512523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512523

Black with #512523

Text Example


Text Example

White with #512523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512523; }

 p { color: rgb(81,37,35); }

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

background-color css

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

 a { background-color: rgb(81,37,35); }

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

border-color css

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

 span { border-color: rgb(81,37,35); }

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