Html Css Color HEX #580308 Bordeaux

📋 copy color: '#580308'

red 88 ◦ green 3 ◦ blue 8

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

Shades of Bordeaux #580308

Tints of Bordeaux #580308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

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

R = 88.89%
G = 3.03%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#580308 (or 0x580308) is known color: Bordeaux. HEX triplet: 58, 03 and 08. RGB value is (88,3,8). Sum of RGB (Red+Green+Blue) = 88+3+8=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580308 is #A7FCF7. Grayscale: #1D1D1D. Windows color (decimal): -11009272 or 525144. OLE color: 525144.

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

Color convert

RGB 88 3 8 -
CMYK 0 0.97 0.91 0.65
HSL 356.47º 0.93% 0.18% -
HSV(B) 356.47º 0.97% 0.35% -
XYZ 4.1 2.16 0.43 -
YUV 28.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 88 3 8 0 0.97 0.91 0.65 356.47 0.93 0.18
Hex 58 3 8 0 61 5B 41 164 5D 12
Octal 130 3 10 0 141 133 101 544 135 22
Binary 1011000 11 1000 0 1100001 1011011 1000001 101100100 1011101 10010

Color Harmonies of #580308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580308

Black with #580308

Text Example


Text Example

White with #580308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580308; }

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

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

background-color css

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

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

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

border-color css

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

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

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