Html Css Color HEX #512934 Black Rose

📋 copy color: '#512934'

red 81 ◦ green 41 ◦ blue 52

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

Shades of Black Rose #512934

Tints of Black Rose #512934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.89%

R = 46.55%
G = 23.56%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#512934 (or 0x512934) is known color: Black Rose. HEX triplet: 51, 29 and 34. RGB value is (81,41,52). Sum of RGB (Red+Green+Blue) = 81+41+52=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512934 is #AED6CB. Grayscale: #363636. Windows color (decimal): -11458252 or 3418449. OLE color: 3418449.

HSL color Cylindrical-coordinate representation of color #512934: hue angle of 343.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 #512934 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 41 52 -
CMYK 0 0.49 0.36 0.68
HSL 343.5º 0.33% 0.24% -
HSV(B) 343.5º 0.49% 0.32% -
XYZ 4.81 3.58 3.69 -
YUV 54.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 81 41 52 0 0.49 0.36 0.68 343.5 0.33 0.24
Hex 51 29 34 0 31 24 44 158 21 18
Octal 121 51 64 0 61 44 104 530 41 30
Binary 1010001 101001 110100 0 110001 100100 1000100 101011000 100001 11000

Color Harmonies of #512934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512934

Black with #512934

Text Example


Text Example

White with #512934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512934; }

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

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

background-color css

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

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

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

border-color css

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

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

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