Html Css Color HEX #550A1B Bordeaux

📋 copy color: '#550A1B'

red 85 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #550A1B

Tints of Bordeaux #550A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.2%

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 69.67%
G = 8.2%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#550A1B (or 0x550A1B) is known color: Bordeaux. HEX triplet: 55, 0A and 1B. RGB value is (85,10,27). Sum of RGB (Red+Green+Blue) = 85+10+27=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #550A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A1B is #AAF5E4. Grayscale: #222222. Windows color (decimal): -11204069 or 1772117. OLE color: 1772117.

HSL color Cylindrical-coordinate representation of color #550A1B: hue angle of 346.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A1B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 27 -
CMYK 0 0.88 0.68 0.67
HSL 346.4º 0.79% 0.19% -
HSV(B) 346.4º 0.88% 0.33% -
XYZ 4.05 2.23 1.25 -
YUV 34.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 85 10 27 0 0.88 0.68 0.67 346.4 0.79 0.19
Hex 55 A 1B 0 58 44 43 15A 4F 13
Octal 125 12 33 0 130 104 103 532 117 23
Binary 1010101 1010 11011 0 1011000 1000100 1000011 101011010 1001111 10011

Color Harmonies of #550A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A1B

Black with #550A1B

Text Example


Text Example

White with #550A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A1B; }

 p { color: rgb(85,10,27); }

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

background-color css

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

 a { background-color: rgb(85,10,27); }

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

border-color css

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

 span { border-color: rgb(85,10,27); }

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