Html Css Color HEX #580F28 Bordeaux

📋 copy color: '#580F28'

red 88 ◦ green 15 ◦ blue 40

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

Shades of Bordeaux #580F28

Tints of Bordeaux #580F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 61.54%
G = 10.49%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#580F28 (or 0x580F28) is known color: Bordeaux. HEX triplet: 58, 0F and 28. RGB value is (88,15,40). Sum of RGB (Red+Green+Blue) = 88+15+40=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F28 is #A7F0D7. Grayscale: #272727. Windows color (decimal): -11006168 or 2625368. OLE color: 2625368.

HSL color Cylindrical-coordinate representation of color #580F28: hue angle of 339.45º 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 #580F28 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 40 -
CMYK 0 0.83 0.55 0.65
HSL 339.45º 0.71% 0.2% -
HSV(B) 339.45º 0.83% 0.35% -
XYZ 4.58 2.57 2.26 -
YUV 39.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 88 15 40 0 0.83 0.55 0.65 339.45 0.71 0.2
Hex 58 F 28 0 53 37 41 153 47 14
Octal 130 17 50 0 123 67 101 523 107 24
Binary 1011000 1111 101000 0 1010011 110111 1000001 101010011 1000111 10100

Color Harmonies of #580F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F28

Black with #580F28

Text Example


Text Example

White with #580F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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