Html Css Color HEX #55061F Bordeaux

📋 copy color: '#55061F'

red 85 ◦ green 6 ◦ blue 31

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

Shades of Bordeaux #55061F

Tints of Bordeaux #55061F

RGB

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

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

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

R = 69.67%
G = 4.92%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55061F (or 0x55061F) is known color: Bordeaux. HEX triplet: 55, 06 and 1F. RGB value is (85,6,31). Sum of RGB (Red+Green+Blue) = 85+6+31=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55061F is #AAF9E0. Grayscale: #202020. Windows color (decimal): -11205089 or 2033237. OLE color: 2033237.

HSL color Cylindrical-coordinate representation of color #55061F: hue angle of 341.01º 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 #55061F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 31 -
CMYK 0 0.93 0.64 0.67
HSL 341.01º 0.87% 0.18% -
HSV(B) 341.01º 0.93% 0.33% -
XYZ 4.06 2.16 1.5 -
YUV 32.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 85 6 31 0 0.93 0.64 0.67 341.01 0.87 0.18
Hex 55 6 1F 0 5D 40 43 155 57 12
Octal 125 6 37 0 135 100 103 525 127 22
Binary 1010101 110 11111 0 1011101 1000000 1000011 101010101 1010111 10010

Color Harmonies of #55061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55061F

Black with #55061F

Text Example


Text Example

White with #55061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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