Html Css Color HEX #510F23 Bordeaux

📋 copy color: '#510F23'

red 81 ◦ green 15 ◦ blue 35

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

Shades of Bordeaux #510F23

Tints of Bordeaux #510F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 61.83%
G = 11.45%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#510F23 (or 0x510F23) is known color: Bordeaux. HEX triplet: 51, 0F and 23. RGB value is (81,15,35). Sum of RGB (Red+Green+Blue) = 81+15+35=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #510F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F23 is #AEF0DC. Grayscale: #252525. Windows color (decimal): -11464925 or 2297681. OLE color: 2297681.

HSL color Cylindrical-coordinate representation of color #510F23: hue angle of 341.82º 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 #510F23 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 35 -
CMYK 0 0.81 0.57 0.68
HSL 341.82º 0.69% 0.19% -
HSV(B) 341.82º 0.81% 0.32% -
XYZ 3.87 2.21 1.81 -
YUV 37.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 81 15 35 0 0.81 0.57 0.68 341.82 0.69 0.19
Hex 51 F 23 0 51 39 44 156 45 13
Octal 121 17 43 0 121 71 104 526 105 23
Binary 1010001 1111 100011 0 1010001 111001 1000100 101010110 1000101 10011

Color Harmonies of #510F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F23

Black with #510F23

Text Example


Text Example

White with #510F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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