Html Css Color HEX #550318 Bordeaux

📋 copy color: '#550318'

red 85 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #550318

Tints of Bordeaux #550318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 75.89%
G = 2.68%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#550318 (or 0x550318) is known color: Bordeaux. HEX triplet: 55, 03 and 18. RGB value is (85,3,24). Sum of RGB (Red+Green+Blue) = 85+3+24=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550318 is #AAFCE7. Grayscale: #1D1D1D. Windows color (decimal): -11205864 or 1573717. OLE color: 1573717.

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

Color convert

RGB 85 3 24 -
CMYK 0 0.96 0.72 0.67
HSL 344.63º 0.93% 0.17% -
HSV(B) 344.63º 0.96% 0.33% -
XYZ 3.94 2.06 1.05 -
YUV 29.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 85 3 24 0 0.96 0.72 0.67 344.63 0.93 0.17
Hex 55 3 18 0 60 48 43 159 5D 11
Octal 125 3 30 0 140 110 103 531 135 21
Binary 1010101 11 11000 0 1100000 1001000 1000011 101011001 1011101 10001

Color Harmonies of #550318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550318

Black with #550318

Text Example


Text Example

White with #550318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550318; }

 p { color: rgb(85,3,24); }

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

background-color css

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

 a { background-color: rgb(85,3,24); }

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

border-color css

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

 span { border-color: rgb(85,3,24); }

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