Html Css Color HEX #502127 Bordeaux

📋 copy color: '#502127'

red 80 ◦ green 33 ◦ blue 39

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

Shades of Bordeaux #502127

Tints of Bordeaux #502127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 52.63%
G = 21.71%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#502127 (or 0x502127) is known color: Bordeaux. HEX triplet: 50, 21 and 27. RGB value is (80,33,39). Sum of RGB (Red+Green+Blue) = 80+33+39=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502127 is #AFDED8. Grayscale: #2F2F2F. Windows color (decimal): -11525849 or 2564432. OLE color: 2564432.

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

Color convert

RGB 80 33 39 -
CMYK 0 0.59 0.51 0.69
HSL 352.34º 0.42% 0.22% -
HSV(B) 352.34º 0.59% 0.31% -
XYZ 4.22 2.94 2.26 -
YUV 47.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 80 33 39 0 0.59 0.51 0.69 352.34 0.42 0.22
Hex 50 21 27 0 3B 33 45 160 2A 16
Octal 120 41 47 0 73 63 105 540 52 26
Binary 1010000 100001 100111 0 111011 110011 1000101 101100000 101010 10110

Color Harmonies of #502127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502127

Black with #502127

Text Example


Text Example

White with #502127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502127; }

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

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

background-color css

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

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

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

border-color css

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

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

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