Html Css Color HEX #580615 Bordeaux

📋 copy color: '#580615'

red 88 ◦ green 6 ◦ blue 21

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

Shades of Bordeaux #580615

Tints of Bordeaux #580615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.22%

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

R = 76.52%
G = 5.22%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#580615 (or 0x580615) is known color: Bordeaux. HEX triplet: 58, 06 and 15. RGB value is (88,6,21). Sum of RGB (Red+Green+Blue) = 88+6+21=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580615 is #A7F9EA. Grayscale: #202020. Windows color (decimal): -11008491 or 1377880. OLE color: 1377880.

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

Color convert

RGB 88 6 21 -
CMYK 0 0.93 0.76 0.65
HSL 349.02º 0.87% 0.18% -
HSV(B) 349.02º 0.93% 0.35% -
XYZ 4.22 2.26 0.92 -
YUV 32.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 88 6 21 0 0.93 0.76 0.65 349.02 0.87 0.18
Hex 58 6 15 0 5D 4C 41 15D 57 12
Octal 130 6 25 0 135 114 101 535 127 22
Binary 1011000 110 10101 0 1011101 1001100 1000001 101011101 1010111 10010

Color Harmonies of #580615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580615

Black with #580615

Text Example


Text Example

White with #580615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580615; }

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

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

background-color css

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

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

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

border-color css

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

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

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