Html Css Color HEX #550610 Bordeaux

📋 copy color: '#550610'

red 85 ◦ green 6 ◦ blue 16

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

Shades of Bordeaux #550610

Tints of Bordeaux #550610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 79.44%
G = 5.61%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#550610 (or 0x550610) is known color: Bordeaux. HEX triplet: 55, 06 and 10. RGB value is (85,6,16). Sum of RGB (Red+Green+Blue) = 85+6+16=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550610 is #AAF9EF. Grayscale: #1E1E1E. Windows color (decimal): -11205104 or 1050197. OLE color: 1050197.

HSL color Cylindrical-coordinate representation of color #550610: hue angle of 352.41º 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 #550610 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 16 -
CMYK 0 0.93 0.81 0.67
HSL 352.41º 0.87% 0.18% -
HSV(B) 352.41º 0.93% 0.33% -
XYZ 3.9 2.1 0.69 -
YUV 30.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 85 6 16 0 0.93 0.81 0.67 352.41 0.87 0.18
Hex 55 6 10 0 5D 51 43 160 57 12
Octal 125 6 20 0 135 121 103 540 127 22
Binary 1010101 110 10000 0 1011101 1010001 1000011 101100000 1010111 10010

Color Harmonies of #550610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550610

Black with #550610

Text Example


Text Example

White with #550610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550610; }

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

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

background-color css

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

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

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

border-color css

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

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

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