Html Css Color HEX #512625 Caput Mortuum

📋 copy color: '#512625'

red 81 ◦ green 38 ◦ blue 37

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

Shades of Caput Mortuum #512625

Tints of Caput Mortuum #512625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 51.92%
G = 24.36%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#512625 (or 0x512625) is known color: Caput Mortuum. HEX triplet: 51, 26 and 25. RGB value is (81,38,37). Sum of RGB (Red+Green+Blue) = 81+38+37=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512625 is #AED9DA. Grayscale: #323232. Windows color (decimal): -11459035 or 2434641. OLE color: 2434641.

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

Color convert

RGB 81 38 37 -
CMYK 0 0.53 0.54 0.68
HSL 1.36º 0.37% 0.23% -
HSV(B) 1.36º 0.54% 0.32% -
XYZ 4.42 3.27 2.15 -
YUV 50.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 81 38 37 0 0.53 0.54 0.68 1.36 0.37 0.23
Hex 51 26 25 0 35 36 44 1 25 17
Octal 121 46 45 0 65 66 104 1 45 27
Binary 1010001 100110 100101 0 110101 110110 1000100 1 100101 10111

Color Harmonies of #512625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512625

Black with #512625

Text Example


Text Example

White with #512625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512625; }

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

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

background-color css

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

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

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

border-color css

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

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

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