Html Css Color HEX #580312 Bordeaux

📋 copy color: '#580312'

red 88 ◦ green 3 ◦ blue 18

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

Shades of Bordeaux #580312

Tints of Bordeaux #580312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 80.73%
G = 2.75%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#580312 (or 0x580312) is known color: Bordeaux. HEX triplet: 58, 03 and 12. RGB value is (88,3,18). Sum of RGB (Red+Green+Blue) = 88+3+18=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580312 is #A7FCED. Grayscale: #1E1E1E. Windows color (decimal): -11009262 or 1180504. OLE color: 1180504.

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

Color convert

RGB 88 3 18 -
CMYK 0 0.97 0.80 0.65
HSL 349.41º 0.93% 0.18% -
HSV(B) 349.41º 0.97% 0.35% -
XYZ 4.17 2.18 0.77 -
YUV 30.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 88 3 18 0 0.97 0.80 0.65 349.41 0.93 0.18
Hex 58 3 12 0 61 50 41 15D 5D 12
Octal 130 3 22 0 141 120 101 535 135 22
Binary 1011000 11 10010 0 1100001 1010000 1000001 101011101 1011101 10010

Color Harmonies of #580312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580312

Black with #580312

Text Example


Text Example

White with #580312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580312; }

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

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

background-color css

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

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

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

border-color css

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

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

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