Html Css Color HEX #580F19 Bordeaux

📋 copy color: '#580F19'

red 88 ◦ green 15 ◦ blue 25

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

Shades of Bordeaux #580F19

Tints of Bordeaux #580F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.72%

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 68.75%
G = 11.72%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580F19 (or 0x580F19) is known color: Bordeaux. HEX triplet: 58, 0F and 19. RGB value is (88,15,25). Sum of RGB (Red+Green+Blue) = 88+15+25=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F19 is #A7F0E6. Grayscale: #262626. Windows color (decimal): -11006183 or 1642328. OLE color: 1642328.

HSL color Cylindrical-coordinate representation of color #580F19: hue angle of 351.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F19 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 25 -
CMYK 0 0.83 0.72 0.65
HSL 351.78º 0.71% 0.2% -
HSV(B) 351.78º 0.83% 0.35% -
XYZ 4.37 2.49 1.17 -
YUV 37.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 88 15 25 0 0.83 0.72 0.65 351.78 0.71 0.2
Hex 58 F 19 0 53 48 41 160 47 14
Octal 130 17 31 0 123 110 101 540 107 24
Binary 1011000 1111 11001 0 1010011 1001000 1000001 101100000 1000111 10100

Color Harmonies of #580F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F19

Black with #580F19

Text Example


Text Example

White with #580F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580F19; }

 p { color: rgb(88,15,25); }

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

background-color css

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

 a { background-color: rgb(88,15,25); }

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

border-color css

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

 span { border-color: rgb(88,15,25); }

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