Html Css Color HEX #58030D Bordeaux

📋 copy color: '#58030D'

red 88 ◦ green 3 ◦ blue 13

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

Shades of Bordeaux #58030D

Tints of Bordeaux #58030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 84.62%
G = 2.88%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58030D (or 0x58030D) is known color: Bordeaux. HEX triplet: 58, 03 and 0D. RGB value is (88,3,13). Sum of RGB (Red+Green+Blue) = 88+3+13=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030D is #A7FCF2. Grayscale: #1D1D1D. Windows color (decimal): -11009267 or 852824. OLE color: 852824.

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

Color convert

RGB 88 3 13 -
CMYK 0 0.97 0.85 0.65
HSL 352.94º 0.93% 0.18% -
HSV(B) 352.94º 0.97% 0.35% -
XYZ 4.13 2.17 0.58 -
YUV 29.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 88 3 13 0 0.97 0.85 0.65 352.94 0.93 0.18
Hex 58 3 D 0 61 55 41 161 5D 12
Octal 130 3 15 0 141 125 101 541 135 22
Binary 1011000 11 1101 0 1100001 1010101 1000001 101100001 1011101 10010

Color Harmonies of #58030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58030D

Black with #58030D

Text Example


Text Example

White with #58030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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