Html Css Color HEX #58030C Bordeaux

📋 copy color: '#58030C'

red 88 ◦ green 3 ◦ blue 12

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

Shades of Bordeaux #58030C

Tints of Bordeaux #58030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.65%

R = 85.44%
G = 2.91%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58030C (or 0x58030C) is known color: Bordeaux. HEX triplet: 58, 03 and 0C. RGB value is (88,3,12). Sum of RGB (Red+Green+Blue) = 88+3+12=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030C is #A7FCF3. Grayscale: #1D1D1D. Windows color (decimal): -11009268 or 787288. OLE color: 787288.

HSL color Cylindrical-coordinate representation of color #58030C: hue angle of 353.65º 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 #58030C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 12 -
CMYK 0 0.97 0.86 0.65
HSL 353.65º 0.93% 0.18% -
HSV(B) 353.65º 0.97% 0.35% -
XYZ 4.12 2.17 0.55 -
YUV 29.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 88 3 12 0 0.97 0.86 0.65 353.65 0.93 0.18
Hex 58 3 C 0 61 56 41 162 5D 12
Octal 130 3 14 0 141 126 101 542 135 22
Binary 1011000 11 1100 0 1100001 1010110 1000001 101100010 1011101 10010

Color Harmonies of #58030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58030C

Black with #58030C

Text Example


Text Example

White with #58030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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