Html Css Color HEX #580318 Bordeaux

📋 copy color: '#580318'

red 88 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #580318

Tints of Bordeaux #580318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 76.52%
G = 2.61%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580318 (or 0x580318) is known color: Bordeaux. HEX triplet: 58, 03 and 18. RGB value is (88,3,24). Sum of RGB (Red+Green+Blue) = 88+3+24=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580318 is #A7FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11009256 or 1573720. OLE color: 1573720.

HSL color Cylindrical-coordinate representation of color #580318: hue angle of 345.18º 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 #580318 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 24 -
CMYK 0 0.97 0.73 0.65
HSL 345.18º 0.93% 0.18% -
HSV(B) 345.18º 0.97% 0.35% -
XYZ 4.22 2.21 1.07 -
YUV 30.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 88 3 24 0 0.97 0.73 0.65 345.18 0.93 0.18
Hex 58 3 18 0 61 49 41 159 5D 12
Octal 130 3 30 0 141 111 101 531 135 22
Binary 1011000 11 11000 0 1100001 1001001 1000001 101011001 1011101 10010

Color Harmonies of #580318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580318

Black with #580318

Text Example


Text Example

White with #580318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580318; }

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

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

background-color css

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

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

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

border-color css

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

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

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