Html Css Color HEX #511823 Bordeaux

📋 copy color: '#511823'

red 81 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #511823

Tints of Bordeaux #511823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 35 (14.06% from 255) = 25%

R = 57.86%
G = 17.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511823 (or 0x511823) is known color: Bordeaux. HEX triplet: 51, 18 and 23. RGB value is (81,24,35). Sum of RGB (Red+Green+Blue) = 81+24+35=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511823 is #AEE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11462621 or 2299985. OLE color: 2299985.

HSL color Cylindrical-coordinate representation of color #511823: hue angle of 348.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511823 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 35 -
CMYK 0 0.70 0.57 0.68
HSL 348.42º 0.54% 0.21% -
HSV(B) 348.42º 0.7% 0.32% -
XYZ 4.02 2.52 1.87 -
YUV 42.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 81 24 35 0 0.70 0.57 0.68 348.42 0.54 0.21
Hex 51 18 23 0 46 39 44 15C 36 15
Octal 121 30 43 0 106 71 104 534 66 25
Binary 1010001 11000 100011 0 1000110 111001 1000100 101011100 110110 10101

Color Harmonies of #511823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511823

Black with #511823

Text Example


Text Example

White with #511823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511823; }

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

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

background-color css

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

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

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

border-color css

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

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

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