Html Css Color HEX #510F22 Bordeaux

📋 copy color: '#510F22'

red 81 ◦ green 15 ◦ blue 34

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

Shades of Bordeaux #510F22

Tints of Bordeaux #510F22

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

 BLUE value IS 34 (13.67% from 255) = 26.15%

R = 62.31%
G = 11.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#510F22 (or 0x510F22) is known color: Bordeaux. HEX triplet: 51, 0F and 22. RGB value is (81,15,34). Sum of RGB (Red+Green+Blue) = 81+15+34=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #510F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F22 is #AEF0DD. Grayscale: #242424. Windows color (decimal): -11464926 or 2232145. OLE color: 2232145.

HSL color Cylindrical-coordinate representation of color #510F22: hue angle of 342.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F22 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 34 -
CMYK 0 0.81 0.58 0.68
HSL 342.73º 0.69% 0.19% -
HSV(B) 342.73º 0.81% 0.32% -
XYZ 3.85 2.21 1.74 -
YUV 36.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 81 15 34 0 0.81 0.58 0.68 342.73 0.69 0.19
Hex 51 F 22 0 51 3A 44 157 45 13
Octal 121 17 42 0 121 72 104 527 105 23
Binary 1010001 1111 100010 0 1010001 111010 1000100 101010111 1000101 10011

Color Harmonies of #510F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F22

Black with #510F22

Text Example


Text Example

White with #510F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510F22; }

 p { color: rgb(81,15,34); }

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

background-color css

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

 a { background-color: rgb(81,15,34); }

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

border-color css

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

 span { border-color: rgb(81,15,34); }

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