Html Css Color HEX #580625 Bordeaux

📋 copy color: '#580625'

red 88 ◦ green 6 ◦ blue 37

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

Shades of Bordeaux #580625

Tints of Bordeaux #580625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 67.18%
G = 4.58%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580625 (or 0x580625) is known color: Bordeaux. HEX triplet: 58, 06 and 25. RGB value is (88,6,37). Sum of RGB (Red+Green+Blue) = 88+6+37=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580625 is #A7F9DA. Grayscale: #222222. Windows color (decimal): -11008475 or 2426456. OLE color: 2426456.

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

Color convert

RGB 88 6 37 -
CMYK 0 0.93 0.58 0.65
HSL 337.32º 0.87% 0.18% -
HSV(B) 337.32º 0.93% 0.35% -
XYZ 4.42 2.34 1.97 -
YUV 34.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 88 6 37 0 0.93 0.58 0.65 337.32 0.87 0.18
Hex 58 6 25 0 5D 3A 41 151 57 12
Octal 130 6 45 0 135 72 101 521 127 22
Binary 1011000 110 100101 0 1011101 111010 1000001 101010001 1010111 10010

Color Harmonies of #580625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580625

Black with #580625

Text Example


Text Example

White with #580625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580625; }

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

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

background-color css

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

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

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

border-color css

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

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

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