Html Css Color HEX #580F27 Bordeaux

📋 copy color: '#580F27'

red 88 ◦ green 15 ◦ blue 39

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

Shades of Bordeaux #580F27

Tints of Bordeaux #580F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 61.97%
G = 10.56%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#580F27 (or 0x580F27) is known color: Bordeaux. HEX triplet: 58, 0F and 27. RGB value is (88,15,39). Sum of RGB (Red+Green+Blue) = 88+15+39=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F27 is #A7F0D8. Grayscale: #272727. Windows color (decimal): -11006169 or 2559832. OLE color: 2559832.

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

Color convert

RGB 88 15 39 -
CMYK 0 0.83 0.56 0.65
HSL 340.27º 0.71% 0.2% -
HSV(B) 340.27º 0.83% 0.35% -
XYZ 4.56 2.56 2.17 -
YUV 39.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 88 15 39 0 0.83 0.56 0.65 340.27 0.71 0.2
Hex 58 F 27 0 53 38 41 154 47 14
Octal 130 17 47 0 123 70 101 524 107 24
Binary 1011000 1111 100111 0 1010011 111000 1000001 101010100 1000111 10100

Color Harmonies of #580F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F27

Black with #580F27

Text Example


Text Example

White with #580F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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