Html Css Color HEX #512030 Black Rose

📋 copy color: '#512030'

red 81 ◦ green 32 ◦ blue 48

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

Shades of Black Rose #512030

Tints of Black Rose #512030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 50.31%
G = 19.88%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#512030 (or 0x512030) is known color: Black Rose. HEX triplet: 51, 20 and 30. RGB value is (81,32,48). Sum of RGB (Red+Green+Blue) = 81+32+48=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #512030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512030 is #AEDFCF. Grayscale: #303030. Windows color (decimal): -11460560 or 3154001. OLE color: 3154001.

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

Color convert

RGB 81 32 48 -
CMYK 0 0.60 0.41 0.68
HSL 340.41º 0.43% 0.22% -
HSV(B) 340.41º 0.6% 0.32% -
XYZ 4.44 3 3.14 -
YUV 48.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 81 32 48 0 0.60 0.41 0.68 340.41 0.43 0.22
Hex 51 20 30 0 3C 29 44 154 2B 16
Octal 121 40 60 0 74 51 104 524 53 26
Binary 1010001 100000 110000 0 111100 101001 1000100 101010100 101011 10110

Color Harmonies of #512030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512030

Black with #512030

Text Example


Text Example

White with #512030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512030; }

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

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

background-color css

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

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

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

border-color css

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

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

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