Html Css Color HEX #502532 Black Rose

📋 copy color: '#502532'

red 80 ◦ green 37 ◦ blue 50

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

Shades of Black Rose #502532

Tints of Black Rose #502532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 47.9%
G = 22.16%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#502532 (or 0x502532) is known color: Black Rose. HEX triplet: 50, 25 and 32. RGB value is (80,37,50). Sum of RGB (Red+Green+Blue) = 80+37+50=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502532 is #AFDACD. Grayscale: #333333. Windows color (decimal): -11524814 or 3286352. OLE color: 3286352.

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

Color convert

RGB 80 37 50 -
CMYK 0 0.54 0.37 0.69
HSL 341.86º 0.37% 0.23% -
HSV(B) 341.86º 0.54% 0.31% -
XYZ 4.55 3.26 3.41 -
YUV 51.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 80 37 50 0 0.54 0.37 0.69 341.86 0.37 0.23
Hex 50 25 32 0 36 25 45 156 25 17
Octal 120 45 62 0 66 45 105 526 45 27
Binary 1010000 100101 110010 0 110110 100101 1000101 101010110 100101 10111

Color Harmonies of #502532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502532

Black with #502532

Text Example


Text Example

White with #502532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502532; }

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

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

background-color css

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

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

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

border-color css

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

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

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