Html Css Color HEX #502733 Black Rose

📋 copy color: '#502733'

red 80 ◦ green 39 ◦ blue 51

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

Shades of Black Rose #502733

Tints of Black Rose #502733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 47.06%
G = 22.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#502733 (or 0x502733) is known color: Black Rose. HEX triplet: 50, 27 and 33. RGB value is (80,39,51). Sum of RGB (Red+Green+Blue) = 80+39+51=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #502733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502733 is #AFD8CC. Grayscale: #343434. Windows color (decimal): -11524301 or 3352400. OLE color: 3352400.

HSL color Cylindrical-coordinate representation of color #502733: hue angle of 342.44º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502733 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 51 -
CMYK 0 0.51 0.36 0.69
HSL 342.44º 0.34% 0.23% -
HSV(B) 342.44º 0.51% 0.31% -
XYZ 4.63 3.4 3.54 -
YUV 52.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 80 39 51 0 0.51 0.36 0.69 342.44 0.34 0.23
Hex 50 27 33 0 33 24 45 156 22 17
Octal 120 47 63 0 63 44 105 526 42 27
Binary 1010000 100111 110011 0 110011 100100 1000101 101010110 100010 10111

Color Harmonies of #502733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502733

Black with #502733

Text Example


Text Example

White with #502733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502733; }

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

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

background-color css

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

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

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

border-color css

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

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

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