Html Css Color HEX #55080F Bordeaux

📋 copy color: '#55080F'

red 85 ◦ green 8 ◦ blue 15

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

Shades of Bordeaux #55080F

Tints of Bordeaux #55080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

 BLUE value IS 15 (6.25% from 255) = 13.89%

R = 78.7%
G = 7.41%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55080F (or 0x55080F) is known color: Bordeaux. HEX triplet: 55, 08 and 0F. RGB value is (85,8,15). Sum of RGB (Red+Green+Blue) = 85+8+15=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #55080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080F is #AAF7F0. Grayscale: #1F1F1F. Windows color (decimal): -11204593 or 985173. OLE color: 985173.

HSL color Cylindrical-coordinate representation of color #55080F: hue angle of 354.55º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55080F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 15 -
CMYK 0 0.91 0.82 0.67
HSL 354.55º 0.83% 0.18% -
HSV(B) 354.55º 0.91% 0.33% -
XYZ 3.92 2.14 0.66 -
YUV 31.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 85 8 15 0 0.91 0.82 0.67 354.55 0.83 0.18
Hex 55 8 F 0 5B 52 43 163 53 12
Octal 125 10 17 0 133 122 103 543 123 22
Binary 1010101 1000 1111 0 1011011 1010010 1000011 101100011 1010011 10010

Color Harmonies of #55080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55080F

Black with #55080F

Text Example


Text Example

White with #55080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,8,15); }

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

background-color css

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

 a { background-color: rgb(85,8,15); }

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

border-color css

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

 span { border-color: rgb(85,8,15); }

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