Html Css Color HEX #550A0D Bordeaux

📋 copy color: '#550A0D'

red 85 ◦ green 10 ◦ blue 13

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

Shades of Bordeaux #550A0D

Tints of Bordeaux #550A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 78.7%
G = 9.26%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#550A0D (or 0x550A0D) is known color: Bordeaux. HEX triplet: 55, 0A and 0D. RGB value is (85,10,13). Sum of RGB (Red+Green+Blue) = 85+10+13=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A0D is #AAF5F2. Grayscale: #202020. Windows color (decimal): -11204083 or 854613. OLE color: 854613.

HSL color Cylindrical-coordinate representation of color #550A0D: hue angle of 357.6º 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 #550A0D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 13 -
CMYK 0 0.88 0.85 0.67
HSL 357.6º 0.79% 0.19% -
HSV(B) 357.6º 0.88% 0.33% -
XYZ 3.93 2.18 0.59 -
YUV 32.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 85 10 13 0 0.88 0.85 0.67 357.6 0.79 0.19
Hex 55 A D 0 58 55 43 166 4F 13
Octal 125 12 15 0 130 125 103 546 117 23
Binary 1010101 1010 1101 0 1011000 1010101 1000011 101100110 1001111 10011

Color Harmonies of #550A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A0D

Black with #550A0D

Text Example


Text Example

White with #550A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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