Html Css Color HEX #502029 Bordeaux

📋 copy color: '#502029'

red 80 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #502029

Tints of Bordeaux #502029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 52.29%
G = 20.92%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502029 (or 0x502029) is known color: Bordeaux. HEX triplet: 50, 20 and 29. RGB value is (80,32,41). Sum of RGB (Red+Green+Blue) = 80+32+41=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #502029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502029 is #AFDFD6. Grayscale: #2F2F2F. Windows color (decimal): -11526103 or 2695248. OLE color: 2695248.

HSL color Cylindrical-coordinate representation of color #502029: hue angle of 348.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502029 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 41 -
CMYK 0 0.60 0.49 0.69
HSL 348.75º 0.43% 0.22% -
HSV(B) 348.75º 0.6% 0.31% -
XYZ 4.23 2.9 2.43 -
YUV 47.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 80 32 41 0 0.60 0.49 0.69 348.75 0.43 0.22
Hex 50 20 29 0 3C 31 45 15D 2B 16
Octal 120 40 51 0 74 61 105 535 53 26
Binary 1010000 100000 101001 0 111100 110001 1000101 101011101 101011 10110

Color Harmonies of #502029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502029

Black with #502029

Text Example


Text Example

White with #502029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502029; }

 p { color: rgb(80,32,41); }

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

background-color css

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

 a { background-color: rgb(80,32,41); }

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

border-color css

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

 span { border-color: rgb(80,32,41); }

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