Html Css Color HEX #502735 Black Rose

📋 copy color: '#502735'

red 80 ◦ green 39 ◦ blue 53

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

Shades of Black Rose #502735

Tints of Black Rose #502735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 46.51%
G = 22.67%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#502735 (or 0x502735) is known color: Black Rose. HEX triplet: 50, 27 and 35. RGB value is (80,39,53). Sum of RGB (Red+Green+Blue) = 80+39+53=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502735 is #AFD8CA. Grayscale: #343434. Windows color (decimal): -11524299 or 3483472. OLE color: 3483472.

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

Color convert

RGB 80 39 53 -
CMYK 0 0.51 0.34 0.69
HSL 339.51º 0.34% 0.23% -
HSV(B) 339.51º 0.51% 0.31% -
XYZ 4.68 3.41 3.78 -
YUV 52.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 80 39 53 0 0.51 0.34 0.69 339.51 0.34 0.23
Hex 50 27 35 0 33 22 45 154 22 17
Octal 120 47 65 0 63 42 105 524 42 27
Binary 1010000 100111 110101 0 110011 100010 1000101 101010100 100010 10111

Color Harmonies of #502735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502735

Black with #502735

Text Example


Text Example

White with #502735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502735; }

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

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

background-color css

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

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

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

border-color css

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

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

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