Html Css Color HEX #51232B Bordeaux

📋 copy color: '#51232B'

red 81 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #51232B

Tints of Bordeaux #51232B

RGB

 RED value IS 81 (32.03% from 255) = 50.94%

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

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

R = 50.94%
G = 22.01%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51232B (or 0x51232B) is known color: Bordeaux. HEX triplet: 51, 23 and 2B. RGB value is (81,35,43). Sum of RGB (Red+Green+Blue) = 81+35+43=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51232B is #AEDCD4. Grayscale: #313131. Windows color (decimal): -11459797 or 2827089. OLE color: 2827089.

HSL color Cylindrical-coordinate representation of color #51232B: hue angle of 349.57º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51232B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 43 -
CMYK 0 0.57 0.47 0.68
HSL 349.57º 0.4% 0.23% -
HSV(B) 349.57º 0.57% 0.32% -
XYZ 4.43 3.13 2.66 -
YUV 49.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 81 35 43 0 0.57 0.47 0.68 349.57 0.4 0.23
Hex 51 23 2B 0 39 2F 44 15E 28 17
Octal 121 43 53 0 71 57 104 536 50 27
Binary 1010001 100011 101011 0 111001 101111 1000100 101011110 101000 10111

Color Harmonies of #51232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51232B

Black with #51232B

Text Example


Text Example

White with #51232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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