Html Css Color HEX #510418 Bordeaux

📋 copy color: '#510418'

red 81 ◦ green 4 ◦ blue 24

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

Shades of Bordeaux #510418

Tints of Bordeaux #510418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 74.31%
G = 3.67%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#510418 (or 0x510418) is known color: Bordeaux. HEX triplet: 51, 04 and 18. RGB value is (81,4,24). Sum of RGB (Red+Green+Blue) = 81+4+24=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #510418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510418 is #AEFBE7. Grayscale: #1D1D1D. Windows color (decimal): -11467752 or 1573969. OLE color: 1573969.

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

Color convert

RGB 81 4 24 -
CMYK 0 0.95 0.70 0.68
HSL 344.42º 0.91% 0.17% -
HSV(B) 344.42º 0.95% 0.32% -
XYZ 3.6 1.9 1.04 -
YUV 29.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 81 4 24 0 0.95 0.70 0.68 344.42 0.91 0.17
Hex 51 4 18 0 5F 46 44 158 5B 11
Octal 121 4 30 0 137 106 104 530 133 21
Binary 1010001 100 11000 0 1011111 1000110 1000100 101011000 1011011 10001

Color Harmonies of #510418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510418

Black with #510418

Text Example


Text Example

White with #510418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510418; }

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

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

background-color css

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

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

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

border-color css

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

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

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