Html Css Color HEX #50232B Bordeaux

📋 copy color: '#50232B'

red 80 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #50232B

Tints of Bordeaux #50232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 50.63%
G = 22.15%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50232B (or 0x50232B) is known color: Bordeaux. HEX triplet: 50, 23 and 2B. RGB value is (80,35,43). Sum of RGB (Red+Green+Blue) = 80+35+43=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232B is #AFDCD4. Grayscale: #313131. Windows color (decimal): -11525333 or 2827088. OLE color: 2827088.

HSL color Cylindrical-coordinate representation of color #50232B: hue angle of 349.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50232B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 43 -
CMYK 0 0.56 0.46 0.69
HSL 349.33º 0.39% 0.23% -
HSV(B) 349.33º 0.56% 0.31% -
XYZ 4.35 3.08 2.65 -
YUV 49.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 80 35 43 0 0.56 0.46 0.69 349.33 0.39 0.23
Hex 50 23 2B 0 38 2E 45 15D 27 17
Octal 120 43 53 0 70 56 105 535 47 27
Binary 1010000 100011 101011 0 111000 101110 1000101 101011101 100111 10111

Color Harmonies of #50232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50232B

Black with #50232B

Text Example


Text Example

White with #50232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50232B; }

 p { color: rgb(80,35,43); }

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

background-color css

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

 a { background-color: rgb(80,35,43); }

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

border-color css

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

 span { border-color: rgb(80,35,43); }

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