Html Css Color HEX #512936 Black Rose

📋 copy color: '#512936'

red 81 ◦ green 41 ◦ blue 54

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

Shades of Black Rose #512936

Tints of Black Rose #512936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 46.02%
G = 23.3%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#512936 (or 0x512936) is known color: Black Rose. HEX triplet: 51, 29 and 36. RGB value is (81,41,54). Sum of RGB (Red+Green+Blue) = 81+41+54=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #512936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512936 is #AED6C9. Grayscale: #363636. Windows color (decimal): -11458250 or 3549521. OLE color: 3549521.

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

Color convert

RGB 81 41 54 -
CMYK 0 0.49 0.33 0.68
HSL 340.5º 0.33% 0.24% -
HSV(B) 340.5º 0.49% 0.32% -
XYZ 4.85 3.6 3.93 -
YUV 54.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 81 41 54 0 0.49 0.33 0.68 340.5 0.33 0.24
Hex 51 29 36 0 31 21 44 154 21 18
Octal 121 51 66 0 61 41 104 524 41 30
Binary 1010001 101001 110110 0 110001 100001 1000100 101010100 100001 11000

Color Harmonies of #512936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512936

Black with #512936

Text Example


Text Example

White with #512936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512936; }

 p { color: rgb(81,41,54); }

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

background-color css

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

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

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

border-color css

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

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

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