Html Css Color HEX #512434 Black Rose

📋 copy color: '#512434'

red 81 ◦ green 36 ◦ blue 52

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

Shades of Black Rose #512434

Tints of Black Rose #512434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 47.93%
G = 21.3%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#512434 (or 0x512434) is known color: Black Rose. HEX triplet: 51, 24 and 34. RGB value is (81,36,52). Sum of RGB (Red+Green+Blue) = 81+36+52=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #512434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512434 is #AEDBCB. Grayscale: #333333. Windows color (decimal): -11459532 or 3417169. OLE color: 3417169.

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

Color convert

RGB 81 36 52 -
CMYK 0 0.56 0.36 0.68
HSL 338.67º 0.38% 0.23% -
HSV(B) 338.67º 0.56% 0.32% -
XYZ 4.64 3.26 3.63 -
YUV 51.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 81 36 52 0 0.56 0.36 0.68 338.67 0.38 0.23
Hex 51 24 34 0 38 24 44 153 26 17
Octal 121 44 64 0 70 44 104 523 46 27
Binary 1010001 100100 110100 0 111000 100100 1000100 101010011 100110 10111

Color Harmonies of #512434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512434

Black with #512434

Text Example


Text Example

White with #512434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512434; }

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

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

background-color css

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

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

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

border-color css

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

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

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