Html Css Color HEX #580319 Bordeaux

📋 copy color: '#580319'

red 88 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #580319

Tints of Bordeaux #580319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 75.86%
G = 2.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580319 (or 0x580319) is known color: Bordeaux. HEX triplet: 58, 03 and 19. RGB value is (88,3,25). Sum of RGB (Red+Green+Blue) = 88+3+25=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #580319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580319 is #A7FCE6. Grayscale: #1E1E1E. Windows color (decimal): -11009255 or 1639256. OLE color: 1639256.

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

Color convert

RGB 88 3 25 -
CMYK 0 0.97 0.72 0.65
HSL 344.47º 0.93% 0.18% -
HSV(B) 344.47º 0.97% 0.35% -
XYZ 4.23 2.21 1.12 -
YUV 30.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 88 3 25 0 0.97 0.72 0.65 344.47 0.93 0.18
Hex 58 3 19 0 61 48 41 158 5D 12
Octal 130 3 31 0 141 110 101 530 135 22
Binary 1011000 11 11001 0 1100001 1001000 1000001 101011000 1011101 10010

Color Harmonies of #580319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580319

Black with #580319

Text Example


Text Example

White with #580319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580319; }

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

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

background-color css

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

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

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

border-color css

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

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

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