Html Css Color HEX #502634 Black Rose

📋 copy color: '#502634'

red 80 ◦ green 38 ◦ blue 52

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

Shades of Black Rose #502634

Tints of Black Rose #502634

RGB

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

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

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

R = 47.06%
G = 22.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#502634 (or 0x502634) is known color: Black Rose. HEX triplet: 50, 26 and 34. RGB value is (80,38,52). Sum of RGB (Red+Green+Blue) = 80+38+52=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #502634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502634 is #AFD9CB. Grayscale: #343434. Windows color (decimal): -11524556 or 3417680. OLE color: 3417680.

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

Color convert

RGB 80 38 52 -
CMYK 0 0.52 0.35 0.69
HSL 340º 0.36% 0.23% -
HSV(B) 340º 0.53% 0.31% -
XYZ 4.62 3.34 3.65 -
YUV 52.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 80 38 52 0 0.52 0.35 0.69 340 0.36 0.23
Hex 50 26 34 0 34 23 45 154 24 17
Octal 120 46 64 0 64 43 105 524 44 27
Binary 1010000 100110 110100 0 110100 100011 1000101 101010100 100100 10111

Color Harmonies of #502634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502634

Black with #502634

Text Example


Text Example

White with #502634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502634; }

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

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

background-color css

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

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

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

border-color css

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

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

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