Html Css Color HEX #550712 Bordeaux

📋 copy color: '#550712'

red 85 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #550712

Tints of Bordeaux #550712

RGB

 RED value IS 85 (33.59% from 255) = 77.27%

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 77.27%
G = 6.36%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#550712 (or 0x550712) is known color: Bordeaux. HEX triplet: 55, 07 and 12. RGB value is (85,7,18). Sum of RGB (Red+Green+Blue) = 85+7+18=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550712 is #AAF8ED. Grayscale: #1F1F1F. Windows color (decimal): -11204846 or 1181525. OLE color: 1181525.

HSL color Cylindrical-coordinate representation of color #550712: hue angle of 351.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550712 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 7 18 -
CMYK 0 0.92 0.79 0.67
HSL 351.54º 0.85% 0.18% -
HSV(B) 351.54º 0.92% 0.33% -
XYZ 3.93 2.13 0.78 -
YUV 31.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 85 7 18 0 0.92 0.79 0.67 351.54 0.85 0.18
Hex 55 7 12 0 5C 4F 43 160 55 12
Octal 125 7 22 0 134 117 103 540 125 22
Binary 1010101 111 10010 0 1011100 1001111 1000011 101100000 1010101 10010

Color Harmonies of #550712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550712

Black with #550712

Text Example


Text Example

White with #550712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550712; }

 p { color: rgb(85,7,18); }

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

background-color css

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

 a { background-color: rgb(85,7,18); }

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

border-color css

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

 span { border-color: rgb(85,7,18); }

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