Html Css Color HEX #55030B Bordeaux

📋 copy color: '#55030B'

red 85 ◦ green 3 ◦ blue 11

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

Shades of Bordeaux #55030B

Tints of Bordeaux #55030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.11%

R = 85.86%
G = 3.03%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55030B (or 0x55030B) is known color: Bordeaux. HEX triplet: 55, 03 and 0B. RGB value is (85,3,11). Sum of RGB (Red+Green+Blue) = 85+3+11=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #55030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55030B is #AAFCF4. Grayscale: #1C1C1C. Windows color (decimal): -11205877 or 721749. OLE color: 721749.

HSL color Cylindrical-coordinate representation of color #55030B: hue angle of 354.15º 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 #55030B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 3 11 -
CMYK 0 0.96 0.87 0.67
HSL 354.15º 0.93% 0.17% -
HSV(B) 354.15º 0.96% 0.33% -
XYZ 3.84 2.02 0.5 -
YUV 28.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 85 3 11 0 0.96 0.87 0.67 354.15 0.93 0.17
Hex 55 3 B 0 60 57 43 162 5D 11
Octal 125 3 13 0 140 127 103 542 135 21
Binary 1010101 11 1011 0 1100000 1010111 1000011 101100010 1011101 10001

Color Harmonies of #55030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55030B

Black with #55030B

Text Example


Text Example

White with #55030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55030B; }

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

 H1.HeaderClassName
 {
   color: #55030B;
 }
 .AnyTagClassName
 {
   color: #55030B;
 }
</style>

background-color css

<style>
 a { background-color: #55030B; }

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

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

border-color css

<style>
 span { border-color: #55030B; }

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

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