Html Css Color HEX #58040F Bordeaux

📋 copy color: '#58040F'

red 88 ◦ green 4 ◦ blue 15

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

Shades of Bordeaux #58040F

Tints of Bordeaux #58040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.02%

R = 82.24%
G = 3.74%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58040F (or 0x58040F) is known color: Bordeaux. HEX triplet: 58, 04 and 0F. RGB value is (88,4,15). Sum of RGB (Red+Green+Blue) = 88+4+15=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #58040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040F is #A7FBF0. Grayscale: #1E1E1E. Windows color (decimal): -11009009 or 984152. OLE color: 984152.

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

Color convert

RGB 88 4 15 -
CMYK 0 0.95 0.83 0.65
HSL 352.14º 0.91% 0.18% -
HSV(B) 352.14º 0.95% 0.35% -
XYZ 4.15 2.2 0.66 -
YUV 30.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 88 4 15 0 0.95 0.83 0.65 352.14 0.91 0.18
Hex 58 4 F 0 5F 53 41 160 5B 12
Octal 130 4 17 0 137 123 101 540 133 22
Binary 1011000 100 1111 0 1011111 1010011 1000001 101100000 1011011 10010

Color Harmonies of #58040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58040F

Black with #58040F

Text Example


Text Example

White with #58040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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