Html Css Color HEX #510217 Bordeaux

📋 copy color: '#510217'

red 81 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #510217

Tints of Bordeaux #510217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 76.42%
G = 1.89%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#510217 (or 0x510217) is known color: Bordeaux. HEX triplet: 51, 02 and 17. RGB value is (81,2,23). Sum of RGB (Red+Green+Blue) = 81+2+23=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510217 is #AEFDE8. Grayscale: #1C1C1C. Windows color (decimal): -11468265 or 1507921. OLE color: 1507921.

HSL color Cylindrical-coordinate representation of color #510217: hue angle of 344.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510217 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 23 -
CMYK 0 0.98 0.72 0.68
HSL 344.05º 0.95% 0.16% -
HSV(B) 344.05º 0.98% 0.32% -
XYZ 3.57 1.85 0.98 -
YUV 28.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 81 2 23 0 0.98 0.72 0.68 344.05 0.95 0.16
Hex 51 2 17 0 62 48 44 158 5F 10
Octal 121 2 27 0 142 110 104 530 137 20
Binary 1010001 10 10111 0 1100010 1001000 1000100 101011000 1011111 10000

Color Harmonies of #510217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510217

Black with #510217

Text Example


Text Example

White with #510217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510217; }

 p { color: rgb(81,2,23); }

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

background-color css

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

 a { background-color: rgb(81,2,23); }

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

border-color css

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

 span { border-color: rgb(81,2,23); }

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