Html Css Color HEX #58040B Bordeaux

📋 copy color: '#58040B'

red 88 ◦ green 4 ◦ blue 11

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

Shades of Bordeaux #58040B

Tints of Bordeaux #58040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 85.44%
G = 3.88%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58040B (or 0x58040B) is known color: Bordeaux. HEX triplet: 58, 04 and 0B. RGB value is (88,4,11). Sum of RGB (Red+Green+Blue) = 88+4+11=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040B is #A7FBF4. Grayscale: #1D1D1D. Windows color (decimal): -11009013 or 722008. OLE color: 722008.

HSL color Cylindrical-coordinate representation of color #58040B: hue angle of 355º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58040B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 11 -
CMYK 0 0.95 0.88 0.65
HSL 355º 0.91% 0.18% -
HSV(B) 355º 0.95% 0.35% -
XYZ 4.13 2.19 0.52 -
YUV 29.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 88 4 11 0 0.95 0.88 0.65 355 0.91 0.18
Hex 58 4 B 0 5F 58 41 163 5B 12
Octal 130 4 13 0 137 130 101 543 133 22
Binary 1011000 100 1011 0 1011111 1011000 1000001 101100011 1011011 10010

Color Harmonies of #58040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58040B

Black with #58040B

Text Example


Text Example

White with #58040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58040B; }

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

 H1.HeaderClassName
 {
   color: #58040B;
 }
 .AnyTagClassName
 {
   color: #58040B;
 }
</style>

background-color css

<style>
 a { background-color: #58040B; }

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

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

border-color css

<style>
 span { border-color: #58040B; }

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

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