Html Css Color HEX #550413 Bordeaux

📋 copy color: '#550413'

red 85 ◦ green 4 ◦ blue 19

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

Shades of Bordeaux #550413

Tints of Bordeaux #550413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 78.7%
G = 3.7%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#550413 (or 0x550413) is known color: Bordeaux. HEX triplet: 55, 04 and 13. RGB value is (85,4,19). Sum of RGB (Red+Green+Blue) = 85+4+19=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550413 is #AAFBEC. Grayscale: #1D1D1D. Windows color (decimal): -11205613 or 1246293. OLE color: 1246293.

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

Color convert

RGB 85 4 19 -
CMYK 0 0.95 0.78 0.67
HSL 348.89º 0.91% 0.17% -
HSV(B) 348.89º 0.95% 0.33% -
XYZ 3.91 2.07 0.81 -
YUV 29.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 85 4 19 0 0.95 0.78 0.67 348.89 0.91 0.17
Hex 55 4 13 0 5F 4E 43 15D 5B 11
Octal 125 4 23 0 137 116 103 535 133 21
Binary 1010101 100 10011 0 1011111 1001110 1000011 101011101 1011011 10001

Color Harmonies of #550413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550413

Black with #550413

Text Example


Text Example

White with #550413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550413; }

 p { color: rgb(85,4,19); }

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

background-color css

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

 a { background-color: rgb(85,4,19); }

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

border-color css

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

 span { border-color: rgb(85,4,19); }

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