Html Css Color HEX #550812 Bordeaux

📋 copy color: '#550812'

red 85 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #550812

Tints of Bordeaux #550812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 76.58%
G = 7.21%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#550812 (or 0x550812) is known color: Bordeaux. HEX triplet: 55, 08 and 12. RGB value is (85,8,18). Sum of RGB (Red+Green+Blue) = 85+8+18=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550812 is #AAF7ED. Grayscale: #202020. Windows color (decimal): -11204590 or 1181781. OLE color: 1181781.

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

Color convert

RGB 85 8 18 -
CMYK 0 0.91 0.79 0.67
HSL 352.21º 0.83% 0.18% -
HSV(B) 352.21º 0.91% 0.33% -
XYZ 3.94 2.15 0.78 -
YUV 32.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 85 8 18 0 0.91 0.79 0.67 352.21 0.83 0.18
Hex 55 8 12 0 5B 4F 43 160 53 12
Octal 125 10 22 0 133 117 103 540 123 22
Binary 1010101 1000 10010 0 1011011 1001111 1000011 101100000 1010011 10010

Color Harmonies of #550812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550812

Black with #550812

Text Example


Text Example

White with #550812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550812; }

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

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

background-color css

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

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

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

border-color css

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

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

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