Html Css Color HEX #580B23 Bordeaux

📋 copy color: '#580B23'

red 88 ◦ green 11 ◦ blue 35

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

Shades of Bordeaux #580B23

Tints of Bordeaux #580B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 65.67%
G = 8.21%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#580B23 (or 0x580B23) is known color: Bordeaux. HEX triplet: 58, 0B and 23. RGB value is (88,11,35). Sum of RGB (Red+Green+Blue) = 88+11+35=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B23 is #A7F4DC. Grayscale: #242424. Windows color (decimal): -11007197 or 2296664. OLE color: 2296664.

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

Color convert

RGB 88 11 35 -
CMYK 0 0.88 0.60 0.65
HSL 341.3º 0.78% 0.19% -
HSV(B) 341.3º 0.88% 0.35% -
XYZ 4.45 2.44 1.83 -
YUV 36.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 88 11 35 0 0.88 0.60 0.65 341.3 0.78 0.19
Hex 58 B 23 0 58 3C 41 155 4E 13
Octal 130 13 43 0 130 74 101 525 116 23
Binary 1011000 1011 100011 0 1011000 111100 1000001 101010101 1001110 10011

Color Harmonies of #580B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B23

Black with #580B23

Text Example


Text Example

White with #580B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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