Html Css Color HEX #510923 Bordeaux

📋 copy color: '#510923'

red 81 ◦ green 9 ◦ blue 35

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

Shades of Bordeaux #510923

Tints of Bordeaux #510923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 64.8%
G = 7.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#510923 (or 0x510923) is known color: Bordeaux. HEX triplet: 51, 09 and 23. RGB value is (81,9,35). Sum of RGB (Red+Green+Blue) = 81+9+35=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510923 is #AEF6DC. Grayscale: #212121. Windows color (decimal): -11466461 or 2296145. OLE color: 2296145.

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

Color convert

RGB 81 9 35 -
CMYK 0 0.89 0.57 0.68
HSL 338.33º 0.8% 0.18% -
HSV(B) 338.33º 0.89% 0.32% -
XYZ 3.79 2.07 1.79 -
YUV 33.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 81 9 35 0 0.89 0.57 0.68 338.33 0.8 0.18
Hex 51 9 23 0 59 39 44 152 50 12
Octal 121 11 43 0 131 71 104 522 120 22
Binary 1010001 1001 100011 0 1011001 111001 1000100 101010010 1010000 10010

Color Harmonies of #510923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510923

Black with #510923

Text Example


Text Example

White with #510923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510923; }

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

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

background-color css

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

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

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

border-color css

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

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

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