Html Css Color HEX #502128 Bordeaux

📋 copy color: '#502128'

red 80 ◦ green 33 ◦ blue 40

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

Shades of Bordeaux #502128

Tints of Bordeaux #502128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 52.29%
G = 21.57%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#502128 (or 0x502128) is known color: Bordeaux. HEX triplet: 50, 21 and 28. RGB value is (80,33,40). Sum of RGB (Red+Green+Blue) = 80+33+40=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502128 is #AFDED7. Grayscale: #2F2F2F. Windows color (decimal): -11525848 or 2629968. OLE color: 2629968.

HSL color Cylindrical-coordinate representation of color #502128: hue angle of 351.06º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502128 is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 40 -
CMYK 0 0.59 0.5 0.69
HSL 351.06º 0.42% 0.22% -
HSV(B) 351.06º 0.59% 0.31% -
XYZ 4.24 2.95 2.35 -
YUV 47.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 80 33 40 0 0.59 0.5 0.69 351.06 0.42 0.22
Hex 50 21 28 0 3B 32 45 15F 2A 16
Octal 120 41 50 0 73 62 105 537 52 26
Binary 1010000 100001 101000 0 111011 110010 1000101 101011111 101010 10110

Color Harmonies of #502128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502128

Black with #502128

Text Example


Text Example

White with #502128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502128; }

 p { color: rgb(80,33,40); }

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

background-color css

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

 a { background-color: rgb(80,33,40); }

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

border-color css

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

 span { border-color: rgb(80,33,40); }

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