Html Css Color HEX #58080F Bordeaux

📋 copy color: '#58080F'

red 88 ◦ green 8 ◦ blue 15

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

Shades of Bordeaux #58080F

Tints of Bordeaux #58080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 79.28%
G = 7.21%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58080F (or 0x58080F) is known color: Bordeaux. HEX triplet: 58, 08 and 0F. RGB value is (88,8,15). Sum of RGB (Red+Green+Blue) = 88+8+15=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #58080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58080F is #A7F7F0. Grayscale: #202020. Windows color (decimal): -11007985 or 985176. OLE color: 985176.

HSL color Cylindrical-coordinate representation of color #58080F: hue angle of 354.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58080F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 8 15 -
CMYK 0 0.91 0.83 0.65
HSL 354.75º 0.83% 0.19% -
HSV(B) 354.75º 0.91% 0.35% -
XYZ 4.2 2.28 0.67 -
YUV 32.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 88 8 15 0 0.91 0.83 0.65 354.75 0.83 0.19
Hex 58 8 F 0 5B 53 41 163 53 13
Octal 130 10 17 0 133 123 101 543 123 23
Binary 1011000 1000 1111 0 1011011 1010011 1000001 101100011 1010011 10011

Color Harmonies of #58080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58080F

Black with #58080F

Text Example


Text Example

White with #58080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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