Html Css Color HEX #55061D Bordeaux

📋 copy color: '#55061D'

red 85 ◦ green 6 ◦ blue 29

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

Shades of Bordeaux #55061D

Tints of Bordeaux #55061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 70.83%
G = 5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55061D (or 0x55061D) is known color: Bordeaux. HEX triplet: 55, 06 and 1D. RGB value is (85,6,29). Sum of RGB (Red+Green+Blue) = 85+6+29=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061D is #AAF9E2. Grayscale: #202020. Windows color (decimal): -11205091 or 1902165. OLE color: 1902165.

HSL color Cylindrical-coordinate representation of color #55061D: hue angle of 342.53º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55061D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 29 -
CMYK 0 0.93 0.66 0.67
HSL 342.53º 0.87% 0.18% -
HSV(B) 342.53º 0.93% 0.33% -
XYZ 4.03 2.15 1.36 -
YUV 32.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 85 6 29 0 0.93 0.66 0.67 342.53 0.87 0.18
Hex 55 6 1D 0 5D 42 43 157 57 12
Octal 125 6 35 0 135 102 103 527 127 22
Binary 1010101 110 11101 0 1011101 1000010 1000011 101010111 1010111 10010

Color Harmonies of #55061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55061D

Black with #55061D

Text Example


Text Example

White with #55061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55061D; }

 p { color: rgb(85,6,29); }

 H1.HeaderClassName
 {
   color: #55061D;
 }
 .AnyTagClassName
 {
   color: #55061D;
 }
</style>

background-color css

<style>
 a { background-color: #55061D; }

 a { background-color: rgb(85,6,29); }

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

border-color css

<style>
 span { border-color: #55061D; }

 span { border-color: rgb(85,6,29); }

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