Html Css Color HEX #58041B Bordeaux

📋 copy color: '#58041B'

red 88 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #58041B

Tints of Bordeaux #58041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 73.95%
G = 3.36%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58041B (or 0x58041B) is known color: Bordeaux. HEX triplet: 58, 04 and 1B. RGB value is (88,4,27). Sum of RGB (Red+Green+Blue) = 88+4+27=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041B is #A7FBE4. Grayscale: #1F1F1F. Windows color (decimal): -11008997 or 1770584. OLE color: 1770584.

HSL color Cylindrical-coordinate representation of color #58041B: hue angle of 343.57º 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 #58041B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 4 27 -
CMYK 0 0.95 0.69 0.65
HSL 343.57º 0.91% 0.18% -
HSV(B) 343.57º 0.95% 0.35% -
XYZ 4.27 2.24 1.24 -
YUV 31.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 88 4 27 0 0.95 0.69 0.65 343.57 0.91 0.18
Hex 58 4 1B 0 5F 45 41 158 5B 12
Octal 130 4 33 0 137 105 101 530 133 22
Binary 1011000 100 11011 0 1011111 1000101 1000001 101011000 1011011 10010

Color Harmonies of #58041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58041B

Black with #58041B

Text Example


Text Example

White with #58041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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