Html Css Color HEX #55121F Bordeaux

📋 copy color: '#55121F'

red 85 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #55121F

Tints of Bordeaux #55121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 63.43%
G = 13.43%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55121F (or 0x55121F) is known color: Bordeaux. HEX triplet: 55, 12 and 1F. RGB value is (85,18,31). Sum of RGB (Red+Green+Blue) = 85+18+31=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121F is #AAEDE0. Grayscale: #272727. Windows color (decimal): -11202017 or 2036309. OLE color: 2036309.

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

Color convert

RGB 85 18 31 -
CMYK 0 0.79 0.64 0.67
HSL 348.36º 0.65% 0.2% -
HSV(B) 348.36º 0.79% 0.33% -
XYZ 4.21 2.46 1.55 -
YUV 39.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 85 18 31 0 0.79 0.64 0.67 348.36 0.65 0.2
Hex 55 12 1F 0 4F 40 43 15C 41 14
Octal 125 22 37 0 117 100 103 534 101 24
Binary 1010101 10010 11111 0 1001111 1000000 1000011 101011100 1000001 10100

Color Harmonies of #55121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55121F

Black with #55121F

Text Example


Text Example

White with #55121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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