Html Css Color HEX #512331 Black Rose

📋 copy color: '#512331'

red 81 ◦ green 35 ◦ blue 49

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

Shades of Black Rose #512331

Tints of Black Rose #512331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 49.09%
G = 21.21%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#512331 (or 0x512331) is known color: Black Rose. HEX triplet: 51, 23 and 31. RGB value is (81,35,49). Sum of RGB (Red+Green+Blue) = 81+35+49=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512331 is #AEDCCE. Grayscale: #323232. Windows color (decimal): -11459791 or 3220305. OLE color: 3220305.

HSL color Cylindrical-coordinate representation of color #512331: hue angle of 341.74º 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 #512331 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 49 -
CMYK 0 0.57 0.40 0.68
HSL 341.74º 0.4% 0.23% -
HSV(B) 341.74º 0.57% 0.32% -
XYZ 4.55 3.17 3.28 -
YUV 50.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 81 35 49 0 0.57 0.40 0.68 341.74 0.4 0.23
Hex 51 23 31 0 39 28 44 156 28 17
Octal 121 43 61 0 71 50 104 526 50 27
Binary 1010001 100011 110001 0 111001 101000 1000100 101010110 101000 10111

Color Harmonies of #512331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512331

Black with #512331

Text Example


Text Example

White with #512331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512331; }

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

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

background-color css

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

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

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

border-color css

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

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

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