Html Css Color HEX #55121A Bordeaux

📋 copy color: '#55121A'

red 85 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #55121A

Tints of Bordeaux #55121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 65.89%
G = 13.95%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55121A (or 0x55121A) is known color: Bordeaux. HEX triplet: 55, 12 and 1A. RGB value is (85,18,26). Sum of RGB (Red+Green+Blue) = 85+18+26=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121A is #AAEDE5. Grayscale: #262626. Windows color (decimal): -11202022 or 1708629. OLE color: 1708629.

HSL color Cylindrical-coordinate representation of color #55121A: hue angle of 352.84º 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 #55121A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 26 -
CMYK 0 0.79 0.69 0.67
HSL 352.84º 0.65% 0.2% -
HSV(B) 352.84º 0.79% 0.33% -
XYZ 4.15 2.44 1.23 -
YUV 38.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 85 18 26 0 0.79 0.69 0.67 352.84 0.65 0.2
Hex 55 12 1A 0 4F 45 43 161 41 14
Octal 125 22 32 0 117 105 103 541 101 24
Binary 1010101 10010 11010 0 1001111 1000101 1000011 101100001 1000001 10100

Color Harmonies of #55121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55121A

Black with #55121A

Text Example


Text Example

White with #55121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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