Html Css Color HEX #58101E Bordeaux

📋 copy color: '#58101E'

red 88 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #58101E

Tints of Bordeaux #58101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 65.67%
G = 11.94%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58101E (or 0x58101E) is known color: Bordeaux. HEX triplet: 58, 10 and 1E. RGB value is (88,16,30). Sum of RGB (Red+Green+Blue) = 88+16+30=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58101E is #A7EFE1. Grayscale: #272727. Windows color (decimal): -11005922 or 1970264. OLE color: 1970264.

HSL color Cylindrical-coordinate representation of color #58101E: hue angle of 348.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58101E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 30 -
CMYK 0 0.82 0.66 0.65
HSL 348.33º 0.69% 0.2% -
HSV(B) 348.33º 0.82% 0.35% -
XYZ 4.44 2.54 1.48 -
YUV 39.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 88 16 30 0 0.82 0.66 0.65 348.33 0.69 0.2
Hex 58 10 1E 0 52 42 41 15C 45 14
Octal 130 20 36 0 122 102 101 534 105 24
Binary 1011000 10000 11110 0 1010010 1000010 1000001 101011100 1000101 10100

Color Harmonies of #58101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58101E

Black with #58101E

Text Example


Text Example

White with #58101E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58101E; }

 p { color: rgb(88,16,30); }

 H1.HeaderClassName
 {
   color: #58101E;
 }
 .AnyTagClassName
 {
   color: #58101E;
 }
</style>

background-color css

<style>
 a { background-color: #58101E; }

 a { background-color: rgb(88,16,30); }

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

border-color css

<style>
 span { border-color: #58101E; }

 span { border-color: rgb(88,16,30); }

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