Html Css Color HEX #502531 Black Rose

📋 copy color: '#502531'

red 80 ◦ green 37 ◦ blue 49

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

Shades of Black Rose #502531

Tints of Black Rose #502531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

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

R = 48.19%
G = 22.29%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#502531 (or 0x502531) is known color: Black Rose. HEX triplet: 50, 25 and 31. RGB value is (80,37,49). Sum of RGB (Red+Green+Blue) = 80+37+49=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #502531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502531 is #AFDACE. Grayscale: #333333. Windows color (decimal): -11524815 or 3220816. OLE color: 3220816.

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

Color convert

RGB 80 37 49 -
CMYK 0 0.54 0.39 0.69
HSL 343.26º 0.37% 0.23% -
HSV(B) 343.26º 0.54% 0.31% -
XYZ 4.52 3.25 3.29 -
YUV 51.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 80 37 49 0 0.54 0.39 0.69 343.26 0.37 0.23
Hex 50 25 31 0 36 27 45 157 25 17
Octal 120 45 61 0 66 47 105 527 45 27
Binary 1010000 100101 110001 0 110110 100111 1000101 101010111 100101 10111

Color Harmonies of #502531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502531

Black with #502531

Text Example


Text Example

White with #502531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502531; }

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

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

background-color css

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

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

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

border-color css

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

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

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