Html Css Color HEX #502731 Black Rose

📋 copy color: '#502731'

red 80 ◦ green 39 ◦ blue 49

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

Shades of Black Rose #502731

Tints of Black Rose #502731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 47.62%
G = 23.21%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502731 (or 0x502731) is known color: Black Rose. HEX triplet: 50, 27 and 31. RGB value is (80,39,49). Sum of RGB (Red+Green+Blue) = 80+39+49=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #502731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502731 is #AFD8CE. Grayscale: #343434. Windows color (decimal): -11524303 or 3221328. OLE color: 3221328.

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

Color convert

RGB 80 39 49 -
CMYK 0 0.51 0.39 0.69
HSL 345.37º 0.34% 0.23% -
HSV(B) 345.37º 0.51% 0.31% -
XYZ 4.59 3.38 3.32 -
YUV 52.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 80 39 49 0 0.51 0.39 0.69 345.37 0.34 0.23
Hex 50 27 31 0 33 27 45 159 22 17
Octal 120 47 61 0 63 47 105 531 42 27
Binary 1010000 100111 110001 0 110011 100111 1000101 101011001 100010 10111

Color Harmonies of #502731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502731

Black with #502731

Text Example


Text Example

White with #502731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502731; }

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

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

background-color css

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

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

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

border-color css

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

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

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