Html Css Color HEX #512619 Caput Mortuum

📋 copy color: '#512619'

red 81 ◦ green 38 ◦ blue 25

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

Shades of Caput Mortuum #512619

Tints of Caput Mortuum #512619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 56.25%
G = 26.39%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512619 (or 0x512619) is known color: Caput Mortuum. HEX triplet: 51, 26 and 19. RGB value is (81,38,25). Sum of RGB (Red+Green+Blue) = 81+38+25=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #512619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512619 is #AED9E6. Grayscale: #313131. Windows color (decimal): -11459047 or 1648209. OLE color: 1648209.

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

Color convert

RGB 81 38 25 -
CMYK 0 0.53 0.69 0.68
HSL 13.93º 0.53% 0.21% -
HSV(B) 13.93º 0.69% 0.32% -
XYZ 4.26 3.21 1.31 -
YUV 49.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 81 38 25 0 0.53 0.69 0.68 13.93 0.53 0.21
Hex 51 26 19 0 35 45 44 E 35 15
Octal 121 46 31 0 65 105 104 16 65 25
Binary 1010001 100110 11001 0 110101 1000101 1000100 1110 110101 10101

Color Harmonies of #512619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512619

Black with #512619

Text Example


Text Example

White with #512619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512619; }

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

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

background-color css

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

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

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

border-color css

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

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

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