Html Css Color HEX #502833 Black Rose

📋 copy color: '#502833'

red 80 ◦ green 40 ◦ blue 51

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

Shades of Black Rose #502833

Tints of Black Rose #502833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.82%

R = 46.78%
G = 23.39%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#502833 (or 0x502833) is known color: Black Rose. HEX triplet: 50, 28 and 33. RGB value is (80,40,51). Sum of RGB (Red+Green+Blue) = 80+40+51=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502833 is #AFD7CC. Grayscale: #353535. Windows color (decimal): -11524045 or 3352656. OLE color: 3352656.

HSL color Cylindrical-coordinate representation of color #502833: hue angle of 343.5º 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 #502833 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 51 -
CMYK 0 0.5 0.36 0.69
HSL 343.5º 0.33% 0.24% -
HSV(B) 343.5º 0.5% 0.31% -
XYZ 4.66 3.46 3.55 -
YUV 53.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 80 40 51 0 0.5 0.36 0.69 343.5 0.33 0.24
Hex 50 28 33 0 32 24 45 158 21 18
Octal 120 50 63 0 62 44 105 530 41 30
Binary 1010000 101000 110011 0 110010 100100 1000101 101011000 100001 11000

Color Harmonies of #502833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502833

Black with #502833

Text Example


Text Example

White with #502833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502833; }

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

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

background-color css

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

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

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

border-color css

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

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

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