Html Css Color HEX #512232 Black Rose

📋 copy color: '#512232'

red 81 ◦ green 34 ◦ blue 50

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

Shades of Black Rose #512232

Tints of Black Rose #512232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 49.09%
G = 20.61%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#512232 (or 0x512232) is known color: Black Rose. HEX triplet: 51, 22 and 32. RGB value is (81,34,50). Sum of RGB (Red+Green+Blue) = 81+34+50=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #512232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512232 is #AEDDCD. Grayscale: #313131. Windows color (decimal): -11460046 or 3285585. OLE color: 3285585.

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

Color convert

RGB 81 34 50 -
CMYK 0 0.58 0.38 0.68
HSL 339.57º 0.41% 0.23% -
HSV(B) 339.57º 0.58% 0.32% -
XYZ 4.54 3.12 3.38 -
YUV 49.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 81 34 50 0 0.58 0.38 0.68 339.57 0.41 0.23
Hex 51 22 32 0 3A 26 44 154 29 17
Octal 121 42 62 0 72 46 104 524 51 27
Binary 1010001 100010 110010 0 111010 100110 1000100 101010100 101001 10111

Color Harmonies of #512232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512232

Black with #512232

Text Example


Text Example

White with #512232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512232; }

 p { color: rgb(81,34,50); }

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

background-color css

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

 a { background-color: rgb(81,34,50); }

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

border-color css

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

 span { border-color: rgb(81,34,50); }

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