Html Css Color HEX #502637 Black Rose

📋 copy color: '#502637'

red 80 ◦ green 38 ◦ blue 55

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

Shades of Black Rose #502637

Tints of Black Rose #502637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 55 (21.88% from 255) = 31.79%

R = 46.24%
G = 21.97%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#502637 (or 0x502637) is known color: Black Rose. HEX triplet: 50, 26 and 37. RGB value is (80,38,55). Sum of RGB (Red+Green+Blue) = 80+38+55=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #502637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502637 is #AFD9C8. Grayscale: #343434. Windows color (decimal): -11524553 or 3614288. OLE color: 3614288.

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

Color convert

RGB 80 38 55 -
CMYK 0 0.52 0.31 0.69
HSL 335.71º 0.36% 0.23% -
HSV(B) 335.71º 0.53% 0.31% -
XYZ 4.69 3.37 4.02 -
YUV 52.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 80 38 55 0 0.52 0.31 0.69 335.71 0.36 0.23
Hex 50 26 37 0 34 1F 45 150 24 17
Octal 120 46 67 0 64 37 105 520 44 27
Binary 1010000 100110 110111 0 110100 11111 1000101 101010000 100100 10111

Color Harmonies of #502637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502637

Black with #502637

Text Example


Text Example

White with #502637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502637; }

 p { color: rgb(80,38,55); }

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

background-color css

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

 a { background-color: rgb(80,38,55); }

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

border-color css

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

 span { border-color: rgb(80,38,55); }

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