Html Css Color HEX #580415 Bordeaux

📋 copy color: '#580415'

red 88 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #580415

Tints of Bordeaux #580415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.54%

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

R = 77.88%
G = 3.54%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580415 (or 0x580415) is known color: Bordeaux. HEX triplet: 58, 04 and 15. RGB value is (88,4,21). Sum of RGB (Red+Green+Blue) = 88+4+21=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580415 is #A7FBEA. Grayscale: #1F1F1F. Windows color (decimal): -11009003 or 1377368. OLE color: 1377368.

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

Color convert

RGB 88 4 21 -
CMYK 0 0.95 0.76 0.65
HSL 347.86º 0.91% 0.18% -
HSV(B) 347.86º 0.95% 0.35% -
XYZ 4.2 2.22 0.92 -
YUV 31.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 88 4 21 0 0.95 0.76 0.65 347.86 0.91 0.18
Hex 58 4 15 0 5F 4C 41 15C 5B 12
Octal 130 4 25 0 137 114 101 534 133 22
Binary 1011000 100 10101 0 1011111 1001100 1000001 101011100 1011011 10010

Color Harmonies of #580415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580415

Black with #580415

Text Example


Text Example

White with #580415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580415; }

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

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

background-color css

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

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

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

border-color css

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

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

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