Html Css Color HEX #58041E Bordeaux

📋 copy color: '#58041E'

red 88 ◦ green 4 ◦ blue 30

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

Shades of Bordeaux #58041E

Tints of Bordeaux #58041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 72.13%
G = 3.28%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58041E (or 0x58041E) is known color: Bordeaux. HEX triplet: 58, 04 and 1E. RGB value is (88,4,30). Sum of RGB (Red+Green+Blue) = 88+4+30=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041E is #A7FBE1. Grayscale: #202020. Windows color (decimal): -11008994 or 1967192. OLE color: 1967192.

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

Color convert

RGB 88 4 30 -
CMYK 0 0.95 0.66 0.65
HSL 341.43º 0.91% 0.18% -
HSV(B) 341.43º 0.95% 0.35% -
XYZ 4.3 2.26 1.44 -
YUV 32.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 88 4 30 0 0.95 0.66 0.65 341.43 0.91 0.18
Hex 58 4 1E 0 5F 42 41 155 5B 12
Octal 130 4 36 0 137 102 101 525 133 22
Binary 1011000 100 11110 0 1011111 1000010 1000001 101010101 1011011 10010

Color Harmonies of #58041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58041E

Black with #58041E

Text Example


Text Example

White with #58041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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