Html Css Color HEX #55060F Bordeaux

📋 copy color: '#55060F'

red 85 ◦ green 6 ◦ blue 15

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

Shades of Bordeaux #55060F

Tints of Bordeaux #55060F

RGB

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

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

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

R = 80.19%
G = 5.66%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#55060F (or 0x55060F) is known color: Bordeaux. HEX triplet: 55, 06 and 0F. RGB value is (85,6,15). Sum of RGB (Red+Green+Blue) = 85+6+15=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #55060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55060F is #AAF9F0. Grayscale: #1E1E1E. Windows color (decimal): -11205105 or 984661. OLE color: 984661.

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

Color convert

RGB 85 6 15 -
CMYK 0 0.93 0.82 0.67
HSL 353.16º 0.87% 0.18% -
HSV(B) 353.16º 0.93% 0.33% -
XYZ 3.9 2.1 0.65 -
YUV 30.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 85 6 15 0 0.93 0.82 0.67 353.16 0.87 0.18
Hex 55 6 F 0 5D 52 43 161 57 12
Octal 125 6 17 0 135 122 103 541 127 22
Binary 1010101 110 1111 0 1011101 1010010 1000011 101100001 1010111 10010

Color Harmonies of #55060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55060F

Black with #55060F

Text Example


Text Example

White with #55060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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