Html Css Color HEX #580925 Bordeaux

📋 copy color: '#580925'

red 88 ◦ green 9 ◦ blue 37

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

Shades of Bordeaux #580925

Tints of Bordeaux #580925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 65.67%
G = 6.72%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#580925 (or 0x580925) is known color: Bordeaux. HEX triplet: 58, 09 and 25. RGB value is (88,9,37). Sum of RGB (Red+Green+Blue) = 88+9+37=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580925 is #A7F6DA. Grayscale: #232323. Windows color (decimal): -11007707 or 2427224. OLE color: 2427224.

HSL color Cylindrical-coordinate representation of color #580925: hue angle of 338.73º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580925 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 37 -
CMYK 0 0.90 0.58 0.65
HSL 338.73º 0.81% 0.19% -
HSV(B) 338.73º 0.9% 0.35% -
XYZ 4.46 2.4 1.98 -
YUV 35.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 88 9 37 0 0.90 0.58 0.65 338.73 0.81 0.19
Hex 58 9 25 0 5A 3A 41 153 51 13
Octal 130 11 45 0 132 72 101 523 121 23
Binary 1011000 1001 100101 0 1011010 111010 1000001 101010011 1010001 10011

Color Harmonies of #580925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580925

Black with #580925

Text Example


Text Example

White with #580925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580925; }

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

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

background-color css

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

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

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

border-color css

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

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

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