Html Css Color HEX #550415 Bordeaux

📋 copy color: '#550415'

red 85 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #550415

Tints of Bordeaux #550415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 77.27%
G = 3.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#550415 (or 0x550415) is known color: Bordeaux. HEX triplet: 55, 04 and 15. RGB value is (85,4,21). Sum of RGB (Red+Green+Blue) = 85+4+21=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550415 is #AAFBEA. Grayscale: #1E1E1E. Windows color (decimal): -11205611 or 1377365. OLE color: 1377365.

HSL color Cylindrical-coordinate representation of color #550415: hue angle of 347.41º 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 #550415 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 4 21 -
CMYK 0 0.95 0.75 0.67
HSL 347.41º 0.91% 0.17% -
HSV(B) 347.41º 0.95% 0.33% -
XYZ 3.93 2.07 0.9 -
YUV 30.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 85 4 21 0 0.95 0.75 0.67 347.41 0.91 0.17
Hex 55 4 15 0 5F 4B 43 15B 5B 11
Octal 125 4 25 0 137 113 103 533 133 21
Binary 1010101 100 10101 0 1011111 1001011 1000011 101011011 1011011 10001

Color Harmonies of #550415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550415

Black with #550415

Text Example


Text Example

White with #550415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550415; }

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

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

background-color css

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

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

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

border-color css

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

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

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