Html Css Color HEX #512032 Black Rose

📋 copy color: '#512032'

red 81 ◦ green 32 ◦ blue 50

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

Shades of Black Rose #512032

Tints of Black Rose #512032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 49.69%
G = 19.63%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#512032 (or 0x512032) is known color: Black Rose. HEX triplet: 51, 20 and 32. RGB value is (81,32,50). Sum of RGB (Red+Green+Blue) = 81+32+50=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #512032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512032 is #AEDFCD. Grayscale: #303030. Windows color (decimal): -11460558 or 3285073. OLE color: 3285073.

HSL color Cylindrical-coordinate representation of color #512032: hue angle of 337.96º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512032 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 50 -
CMYK 0 0.60 0.38 0.68
HSL 337.96º 0.43% 0.22% -
HSV(B) 337.96º 0.6% 0.32% -
XYZ 4.49 3.01 3.36 -
YUV 48.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 81 32 50 0 0.60 0.38 0.68 337.96 0.43 0.22
Hex 51 20 32 0 3C 26 44 152 2B 16
Octal 121 40 62 0 74 46 104 522 53 26
Binary 1010001 100000 110010 0 111100 100110 1000100 101010010 101011 10110

Color Harmonies of #512032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512032

Black with #512032

Text Example


Text Example

White with #512032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512032; }

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

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

background-color css

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

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

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

border-color css

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

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

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