#502230

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

Shades of Black Rose #502230

Tints of Black Rose #502230

Color information

#502230 (or 0x502230) is unknown color: approx Black Rose. HEX triplet: 50, 22 and 30. RGB value is (80,34,48). Sum of RGB (Red+Green+Blue) = 80+34+48=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #502230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502230 is #AFDDCF. Grayscale: #313131. Windows color (decimal): -11525584 or 3154512. OLE color: 3154512.

HSL color Cylindrical-coordinate representation of color #502230: hue angle of 341.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502230 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB803448-
CMYK00.580.400.69
HSL341.74º40.35%22.35%-
HSV(B)341.74º57.5%31.37%-
XYZ4.413.063.15-
YUV49.35127.24149.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=49.38%
G=20.99%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80344800.580.400.69341.7440.3522.35
Hex50223003A28451562816
Octal1204260072501055265026
Binary10100001000101100000111010101000100010110101011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502230; }

 p { color: rgb(80,34,48); }

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

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

 a { background-color: rgb(80,34,48); }

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

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

 span { border-color: rgb(80,34,48); }

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