#51202F

Color #51202F Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #51202F

Tints of Black Rose #51202F

Color information

#51202F (or 0x51202F) is unknown color: approx Black Rose. HEX triplet: 51, 20 and 2F. RGB value is (81,32,47). Sum of RGB (Red+Green+Blue) = 81+32+47=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51202F is #AEDFD0. Grayscale: #303030. Windows color (decimal): -11460561 or 3088465. OLE color: 3088465.

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

Color convert

RGB813247-
CMYK00.600.420.68
HSL341.63º43.36%22.16%-
HSV(B)341.63º60.49%31.76%-
XYZ4.422.993.03-
YUV48.36127.23151.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=50.62%
G=20%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81324700.600.420.68341.6343.3622.16
Hex51202F03C2A441562b16
Octal1214057074521045265326
Binary10100011000001011110111100101010100010010101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51202F; }

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

 H1.HeaderClassName
 {
   color: #51202F;
 }
 .AnyTagClassName
 {
   color: #51202F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51202F;
 }
 .BgClassName
 {
   background-color: #51202F;
 }
</style>
border-color css

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

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

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