Html Css Color HEX #550612 Bordeaux

📋 copy color: '#550612'

red 85 ◦ green 6 ◦ blue 18

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

Shades of Bordeaux #550612

Tints of Bordeaux #550612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

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

R = 77.98%
G = 5.5%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#550612 (or 0x550612) is known color: Bordeaux. HEX triplet: 55, 06 and 12. RGB value is (85,6,18). Sum of RGB (Red+Green+Blue) = 85+6+18=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550612 is #AAF9ED. Grayscale: #1F1F1F. Windows color (decimal): -11205102 or 1181269. OLE color: 1181269.

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

Color convert

RGB 85 6 18 -
CMYK 0 0.93 0.79 0.67
HSL 350.89º 0.87% 0.18% -
HSV(B) 350.89º 0.93% 0.33% -
XYZ 3.92 2.11 0.77 -
YUV 30.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 85 6 18 0 0.93 0.79 0.67 350.89 0.87 0.18
Hex 55 6 12 0 5D 4F 43 15F 57 12
Octal 125 6 22 0 135 117 103 537 127 22
Binary 1010101 110 10010 0 1011101 1001111 1000011 101011111 1010111 10010

Color Harmonies of #550612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550612

Black with #550612

Text Example


Text Example

White with #550612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550612; }

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

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

background-color css

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

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

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

border-color css

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

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

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