Html Css Color HEX #55080C Bordeaux

📋 copy color: '#55080C'

red 85 ◦ green 8 ◦ blue 12

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

Shades of Bordeaux #55080C

Tints of Bordeaux #55080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 80.95%
G = 7.62%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#55080C (or 0x55080C) is known color: Bordeaux. HEX triplet: 55, 08 and 0C. RGB value is (85,8,12). Sum of RGB (Red+Green+Blue) = 85+8+12=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #55080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55080C is #AAF7F3. Grayscale: #1F1F1F. Windows color (decimal): -11204596 or 788565. OLE color: 788565.

HSL color Cylindrical-coordinate representation of color #55080C: hue angle of 356.88º 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 #55080C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 8 12 -
CMYK 0 0.91 0.86 0.67
HSL 356.88º 0.83% 0.18% -
HSV(B) 356.88º 0.91% 0.33% -
XYZ 3.9 2.13 0.55 -
YUV 31.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 85 8 12 0 0.91 0.86 0.67 356.88 0.83 0.18
Hex 55 8 C 0 5B 56 43 165 53 12
Octal 125 10 14 0 133 126 103 545 123 22
Binary 1010101 1000 1100 0 1011011 1010110 1000011 101100101 1010011 10010

Color Harmonies of #55080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55080C

Black with #55080C

Text Example


Text Example

White with #55080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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