Html Css Color HEX #511023 Bordeaux

📋 copy color: '#511023'

red 81 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #511023

Tints of Bordeaux #511023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

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

R = 61.36%
G = 12.12%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511023 (or 0x511023) is known color: Bordeaux. HEX triplet: 51, 10 and 23. RGB value is (81,16,35). Sum of RGB (Red+Green+Blue) = 81+16+35=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511023 is #AEEFDC. Grayscale: #252525. Windows color (decimal): -11464669 or 2297937. OLE color: 2297937.

HSL color Cylindrical-coordinate representation of color #511023: hue angle of 342.46º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511023 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 35 -
CMYK 0 0.80 0.57 0.68
HSL 342.46º 0.67% 0.19% -
HSV(B) 342.46º 0.8% 0.32% -
XYZ 3.88 2.24 1.82 -
YUV 37.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 81 16 35 0 0.80 0.57 0.68 342.46 0.67 0.19
Hex 51 10 23 0 50 39 44 156 43 13
Octal 121 20 43 0 120 71 104 526 103 23
Binary 1010001 10000 100011 0 1010000 111001 1000100 101010110 1000011 10011

Color Harmonies of #511023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511023

Black with #511023

Text Example


Text Example

White with #511023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511023; }

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

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

background-color css

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

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

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

border-color css

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

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

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