Html Css Color HEX #502838 Black Rose

📋 copy color: '#502838'

red 80 ◦ green 40 ◦ blue 56

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

Shades of Black Rose #502838

Tints of Black Rose #502838

RGB

 RED value IS 80 (31.64% from 255) = 45.45%

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 45.45%
G = 22.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#502838 (or 0x502838) is known color: Black Rose. HEX triplet: 50, 28 and 38. RGB value is (80,40,56). Sum of RGB (Red+Green+Blue) = 80+40+56=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #502838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502838 is #AFD7C7. Grayscale: #353535. Windows color (decimal): -11524040 or 3680336. OLE color: 3680336.

HSL color Cylindrical-coordinate representation of color #502838: hue angle of 336º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502838 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 56 -
CMYK 0 0.5 0.30 0.69
HSL 336º 0.33% 0.24% -
HSV(B) 336º 0.5% 0.31% -
XYZ 4.78 3.51 4.17 -
YUV 53.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 80 40 56 0 0.5 0.30 0.69 336 0.33 0.24
Hex 50 28 38 0 32 1E 45 150 21 18
Octal 120 50 70 0 62 36 105 520 41 30
Binary 1010000 101000 111000 0 110010 11110 1000101 101010000 100001 11000

Color Harmonies of #502838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502838

Black with #502838

Text Example


Text Example

White with #502838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502838; }

 p { color: rgb(80,40,56); }

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

background-color css

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

 a { background-color: rgb(80,40,56); }

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

border-color css

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

 span { border-color: rgb(80,40,56); }

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