Html Css Color HEX #510419 Bordeaux

📋 copy color: '#510419'

red 81 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #510419

Tints of Bordeaux #510419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 73.64%
G = 3.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#510419 (or 0x510419) is known color: Bordeaux. HEX triplet: 51, 04 and 19. RGB value is (81,4,25). Sum of RGB (Red+Green+Blue) = 81+4+25=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #510419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510419 is #AEFBE6. Grayscale: #1D1D1D. Windows color (decimal): -11467751 or 1639505. OLE color: 1639505.

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

Color convert

RGB 81 4 25 -
CMYK 0 0.95 0.69 0.68
HSL 343.64º 0.91% 0.17% -
HSV(B) 343.64º 0.95% 0.32% -
XYZ 3.61 1.91 1.1 -
YUV 29.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 81 4 25 0 0.95 0.69 0.68 343.64 0.91 0.17
Hex 51 4 19 0 5F 45 44 158 5B 11
Octal 121 4 31 0 137 105 104 530 133 21
Binary 1010001 100 11001 0 1011111 1000101 1000100 101011000 1011011 10001

Color Harmonies of #510419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510419

Black with #510419

Text Example


Text Example

White with #510419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510419; }

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

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

background-color css

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

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

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

border-color css

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

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

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