Html Css Color HEX #502738 Black Rose

📋 copy color: '#502738'

red 80 ◦ green 39 ◦ blue 56

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

Shades of Black Rose #502738

Tints of Black Rose #502738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32%

R = 45.71%
G = 22.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#502738 (or 0x502738) is known color: Black Rose. HEX triplet: 50, 27 and 38. RGB value is (80,39,56). Sum of RGB (Red+Green+Blue) = 80+39+56=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #502738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502738 is #AFD8C7. Grayscale: #353535. Windows color (decimal): -11524296 or 3680080. OLE color: 3680080.

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

Color convert

RGB 80 39 56 -
CMYK 0 0.51 0.30 0.69
HSL 335.12º 0.34% 0.23% -
HSV(B) 335.12º 0.51% 0.31% -
XYZ 4.75 3.44 4.16 -
YUV 53.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 80 39 56 0 0.51 0.30 0.69 335.12 0.34 0.23
Hex 50 27 38 0 33 1E 45 14F 22 17
Octal 120 47 70 0 63 36 105 517 42 27
Binary 1010000 100111 111000 0 110011 11110 1000101 101001111 100010 10111

Color Harmonies of #502738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502738

Black with #502738

Text Example


Text Example

White with #502738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502738; }

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

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

background-color css

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

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

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

border-color css

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

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

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