Html Css Color HEX #58010D Bordeaux

📋 copy color: '#58010D'

red 88 ◦ green 1 ◦ blue 13

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

Shades of Bordeaux #58010D

Tints of Bordeaux #58010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 86.27%
G = 0.98%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58010D (or 0x58010D) is known color: Bordeaux. HEX triplet: 58, 01 and 0D. RGB value is (88,1,13). Sum of RGB (Red+Green+Blue) = 88+1+13=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58010D is #A7FEF2. Grayscale: #1C1C1C. Windows color (decimal): -11009779 or 852312. OLE color: 852312.

HSL color Cylindrical-coordinate representation of color #58010D: hue angle of 351.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58010D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 13 -
CMYK 0 0.99 0.85 0.65
HSL 351.72º 0.98% 0.17% -
HSV(B) 351.72º 0.99% 0.35% -
XYZ 4.11 2.13 0.57 -
YUV 28.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 88 1 13 0 0.99 0.85 0.65 351.72 0.98 0.17
Hex 58 1 D 0 63 55 41 160 62 11
Octal 130 1 15 0 143 125 101 540 142 21
Binary 1011000 1 1101 0 1100011 1010101 1000001 101100000 1100010 10001

Color Harmonies of #58010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58010D

Black with #58010D

Text Example


Text Example

White with #58010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58010D; }

 p { color: rgb(88,1,13); }

 H1.HeaderClassName
 {
   color: #58010D;
 }
 .AnyTagClassName
 {
   color: #58010D;
 }
</style>

background-color css

<style>
 a { background-color: #58010D; }

 a { background-color: rgb(88,1,13); }

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

border-color css

<style>
 span { border-color: #58010D; }

 span { border-color: rgb(88,1,13); }

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