Html Css Color HEX #512626 Caput Mortuum

📋 copy color: '#512626'

red 81 ◦ green 38 ◦ blue 38

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

Shades of Caput Mortuum #512626

Tints of Caput Mortuum #512626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 51.59%
G = 24.2%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#512626 (or 0x512626) is known color: Caput Mortuum. HEX triplet: 51, 26 and 26. RGB value is (81,38,38). Sum of RGB (Red+Green+Blue) = 81+38+38=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #512626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512626 is #AED9D9. Grayscale: #323232. Windows color (decimal): -11459034 or 2500177. OLE color: 2500177.

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

Color convert

RGB 81 38 38 -
CMYK 0 0.53 0.53 0.68
HSL 0.36% 0.23% -
HSV(B) 0.53% 0.32% -
XYZ 4.44 3.28 2.23 -
YUV 50.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 81 38 38 0 0.53 0.53 0.68 0 0.36 0.23
Hex 51 26 26 0 35 35 44 0 24 17
Octal 121 46 46 0 65 65 104 0 44 27
Binary 1010001 100110 100110 0 110101 110101 1000100 0 100100 10111

Color Harmonies of #512626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512626

Black with #512626

Text Example


Text Example

White with #512626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512626; }

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

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

background-color css

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

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

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

border-color css

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

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

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