Html Css Color HEX #580315 Bordeaux

📋 copy color: '#580315'

red 88 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #580315

Tints of Bordeaux #580315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 78.57%
G = 2.68%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580315 (or 0x580315) is known color: Bordeaux. HEX triplet: 58, 03 and 15. RGB value is (88,3,21). Sum of RGB (Red+Green+Blue) = 88+3+21=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580315 is #A7FCEA. Grayscale: #1E1E1E. Windows color (decimal): -11009259 or 1377112. OLE color: 1377112.

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

Color convert

RGB 88 3 21 -
CMYK 0 0.97 0.76 0.65
HSL 347.29º 0.93% 0.18% -
HSV(B) 347.29º 0.97% 0.35% -
XYZ 4.19 2.19 0.91 -
YUV 30.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 88 3 21 0 0.97 0.76 0.65 347.29 0.93 0.18
Hex 58 3 15 0 61 4C 41 15B 5D 12
Octal 130 3 25 0 141 114 101 533 135 22
Binary 1011000 11 10101 0 1100001 1001100 1000001 101011011 1011101 10010

Color Harmonies of #580315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580315

Black with #580315

Text Example


Text Example

White with #580315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580315; }

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

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

background-color css

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

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

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

border-color css

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

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

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