Html Css Color HEX #580B27 Bordeaux

📋 copy color: '#580B27'

red 88 ◦ green 11 ◦ blue 39

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

Shades of Bordeaux #580B27

Tints of Bordeaux #580B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.97%

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

R = 63.77%
G = 7.97%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#580B27 (or 0x580B27) is known color: Bordeaux. HEX triplet: 58, 0B and 27. RGB value is (88,11,39). Sum of RGB (Red+Green+Blue) = 88+11+39=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #580B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B27 is #A7F4D8. Grayscale: #252525. Windows color (decimal): -11007193 or 2558808. OLE color: 2558808.

HSL color Cylindrical-coordinate representation of color #580B27: hue angle of 338.18º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B27 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 39 -
CMYK 0 0.88 0.56 0.65
HSL 338.18º 0.78% 0.19% -
HSV(B) 338.18º 0.88% 0.35% -
XYZ 4.51 2.46 2.16 -
YUV 37.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 88 11 39 0 0.88 0.56 0.65 338.18 0.78 0.19
Hex 58 B 27 0 58 38 41 152 4E 13
Octal 130 13 47 0 130 70 101 522 116 23
Binary 1011000 1011 100111 0 1011000 111000 1000001 101010010 1001110 10011

Color Harmonies of #580B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B27

Black with #580B27

Text Example


Text Example

White with #580B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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