Html Css Color HEX #55101F Bordeaux

📋 copy color: '#55101F'

red 85 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #55101F

Tints of Bordeaux #55101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 64.39%
G = 12.12%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55101F (or 0x55101F) is known color: Bordeaux. HEX triplet: 55, 10 and 1F. RGB value is (85,16,31). Sum of RGB (Red+Green+Blue) = 85+16+31=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101F is #AAEFE0. Grayscale: #262626. Windows color (decimal): -11202529 or 2035797. OLE color: 2035797.

HSL color Cylindrical-coordinate representation of color #55101F: hue angle of 346.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55101F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 31 -
CMYK 0 0.81 0.64 0.67
HSL 346.96º 0.68% 0.2% -
HSV(B) 346.96º 0.81% 0.33% -
XYZ 4.18 2.4 1.54 -
YUV 38.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 85 16 31 0 0.81 0.64 0.67 346.96 0.68 0.2
Hex 55 10 1F 0 51 40 43 15B 44 14
Octal 125 20 37 0 121 100 103 533 104 24
Binary 1010101 10000 11111 0 1010001 1000000 1000011 101011011 1000100 10100

Color Harmonies of #55101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55101F

Black with #55101F

Text Example


Text Example

White with #55101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55101F; }

 p { color: rgb(85,16,31); }

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

background-color css

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

 a { background-color: rgb(85,16,31); }

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

border-color css

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

 span { border-color: rgb(85,16,31); }

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