Html Css Color HEX #580108 Bordeaux

📋 copy color: '#580108'

red 88 ◦ green 1 ◦ blue 8

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

Shades of Bordeaux #580108

Tints of Bordeaux #580108

RGB

 RED value IS 88 (34.77% from 255) = 90.72%

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 90.72%
G = 1.03%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#580108 (or 0x580108) is known color: Bordeaux. HEX triplet: 58, 01 and 08. RGB value is (88,1,8). Sum of RGB (Red+Green+Blue) = 88+1+8=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580108 is #A7FEF7. Grayscale: #1B1B1B. Windows color (decimal): -11009784 or 524632. OLE color: 524632.

HSL color Cylindrical-coordinate representation of color #580108: hue angle of 355.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580108 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 8 -
CMYK 0 0.99 0.91 0.65
HSL 355.17º 0.98% 0.17% -
HSV(B) 355.17º 0.99% 0.35% -
XYZ 4.08 2.11 0.42 -
YUV 27.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 88 1 8 0 0.99 0.91 0.65 355.17 0.98 0.17
Hex 58 1 8 0 63 5B 41 163 62 11
Octal 130 1 10 0 143 133 101 543 142 21
Binary 1011000 1 1000 0 1100011 1011011 1000001 101100011 1100010 10001

Color Harmonies of #580108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580108

Black with #580108

Text Example


Text Example

White with #580108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580108; }

 p { color: rgb(88,1,8); }

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

background-color css

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

 a { background-color: rgb(88,1,8); }

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

border-color css

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

 span { border-color: rgb(88,1,8); }

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