Html Css Color HEX #502534 Black Rose

📋 copy color: '#502534'

red 80 ◦ green 37 ◦ blue 52

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

Shades of Black Rose #502534

Tints of Black Rose #502534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 47.34%
G = 21.89%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#502534 (or 0x502534) is known color: Black Rose. HEX triplet: 50, 25 and 34. RGB value is (80,37,52). Sum of RGB (Red+Green+Blue) = 80+37+52=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #502534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502534 is #AFDACB. Grayscale: #333333. Windows color (decimal): -11524812 or 3417424. OLE color: 3417424.

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

Color convert

RGB 80 37 52 -
CMYK 0 0.54 0.35 0.69
HSL 339.07º 0.37% 0.23% -
HSV(B) 339.07º 0.54% 0.31% -
XYZ 4.59 3.28 3.64 -
YUV 51.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 80 37 52 0 0.54 0.35 0.69 339.07 0.37 0.23
Hex 50 25 34 0 36 23 45 153 25 17
Octal 120 45 64 0 66 43 105 523 45 27
Binary 1010000 100101 110100 0 110110 100011 1000101 101010011 100101 10111

Color Harmonies of #502534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502534

Black with #502534

Text Example


Text Example

White with #502534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502534; }

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

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

background-color css

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

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

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

border-color css

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

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

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