Html Css Color HEX #55031A Bordeaux

📋 copy color: '#55031A'

red 85 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #55031A

Tints of Bordeaux #55031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 74.56%
G = 2.63%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55031A (or 0x55031A) is known color: Bordeaux. HEX triplet: 55, 03 and 1A. RGB value is (85,3,26). Sum of RGB (Red+Green+Blue) = 85+3+26=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031A is #AAFCE5. Grayscale: #1E1E1E. Windows color (decimal): -11205862 or 1704789. OLE color: 1704789.

HSL color Cylindrical-coordinate representation of color #55031A: hue angle of 343.17º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55031A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 3 26 -
CMYK 0 0.96 0.69 0.67
HSL 343.17º 0.93% 0.17% -
HSV(B) 343.17º 0.96% 0.33% -
XYZ 3.97 2.07 1.17 -
YUV 30.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 85 3 26 0 0.96 0.69 0.67 343.17 0.93 0.17
Hex 55 3 1A 0 60 45 43 157 5D 11
Octal 125 3 32 0 140 105 103 527 135 21
Binary 1010101 11 11010 0 1100000 1000101 1000011 101010111 1011101 10001

Color Harmonies of #55031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55031A

Black with #55031A

Text Example


Text Example

White with #55031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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