Html Css Color HEX #510218 Bordeaux

📋 copy color: '#510218'

red 81 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #510218

Tints of Bordeaux #510218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.43%

R = 75.7%
G = 1.87%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#510218 (or 0x510218) is known color: Bordeaux. HEX triplet: 51, 02 and 18. RGB value is (81,2,24). Sum of RGB (Red+Green+Blue) = 81+2+24=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510218 is #AEFDE7. Grayscale: #1C1C1C. Windows color (decimal): -11468264 or 1573457. OLE color: 1573457.

HSL color Cylindrical-coordinate representation of color #510218: hue angle of 343.29º 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 #510218 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 24 -
CMYK 0 0.98 0.70 0.68
HSL 343.29º 0.95% 0.16% -
HSV(B) 343.29º 0.98% 0.32% -
XYZ 3.58 1.86 1.03 -
YUV 28.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 81 2 24 0 0.98 0.70 0.68 343.29 0.95 0.16
Hex 51 2 18 0 62 46 44 157 5F 10
Octal 121 2 30 0 142 106 104 527 137 20
Binary 1010001 10 11000 0 1100010 1000110 1000100 101010111 1011111 10000

Color Harmonies of #510218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510218

Black with #510218

Text Example


Text Example

White with #510218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510218; }

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

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

background-color css

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

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

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

border-color css

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

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

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