Html Css Color HEX #55131F Bordeaux

📋 copy color: '#55131F'

red 85 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #55131F

Tints of Bordeaux #55131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 62.96%
G = 14.07%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55131F (or 0x55131F) is known color: Bordeaux. HEX triplet: 55, 13 and 1F. RGB value is (85,19,31). Sum of RGB (Red+Green+Blue) = 85+19+31=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131F is #AAECE0. Grayscale: #282828. Windows color (decimal): -11201761 or 2036565. OLE color: 2036565.

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

Color convert

RGB 85 19 31 -
CMYK 0 0.78 0.64 0.67
HSL 349.09º 0.63% 0.2% -
HSV(B) 349.09º 0.78% 0.33% -
XYZ 4.23 2.5 1.56 -
YUV 40.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 85 19 31 0 0.78 0.64 0.67 349.09 0.63 0.2
Hex 55 13 1F 0 4E 40 43 15D 3F 14
Octal 125 23 37 0 116 100 103 535 77 24
Binary 1010101 10011 11111 0 1001110 1000000 1000011 101011101 111111 10100

Color Harmonies of #55131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55131F

Black with #55131F

Text Example


Text Example

White with #55131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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