Html Css Color HEX #550A0F Bordeaux

📋 copy color: '#550A0F'

red 85 ◦ green 10 ◦ blue 15

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

Shades of Bordeaux #550A0F

Tints of Bordeaux #550A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 77.27%
G = 9.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#550A0F (or 0x550A0F) is known color: Bordeaux. HEX triplet: 55, 0A and 0F. RGB value is (85,10,15). Sum of RGB (Red+Green+Blue) = 85+10+15=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A0F is #AAF5F0. Grayscale: #212121. Windows color (decimal): -11204081 or 985685. OLE color: 985685.

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

Color convert

RGB 85 10 15 -
CMYK 0 0.88 0.82 0.67
HSL 356º 0.79% 0.19% -
HSV(B) 356º 0.88% 0.33% -
XYZ 3.94 2.18 0.67 -
YUV 33 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 85 10 15 0 0.88 0.82 0.67 356 0.79 0.19
Hex 55 A F 0 58 52 43 164 4F 13
Octal 125 12 17 0 130 122 103 544 117 23
Binary 1010101 1010 1111 0 1011000 1010010 1000011 101100100 1001111 10011

Color Harmonies of #550A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A0F

Black with #550A0F

Text Example


Text Example

White with #550A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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