Html Css Color HEX #58061A Bordeaux

📋 copy color: '#58061A'

red 88 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #58061A

Tints of Bordeaux #58061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 73.33%
G = 5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58061A (or 0x58061A) is known color: Bordeaux. HEX triplet: 58, 06 and 1A. RGB value is (88,6,26). Sum of RGB (Red+Green+Blue) = 88+6+26=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #58061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58061A is #A7F9E5. Grayscale: #202020. Windows color (decimal): -11008486 or 1705560. OLE color: 1705560.

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

Color convert

RGB 88 6 26 -
CMYK 0 0.93 0.70 0.65
HSL 345.37º 0.87% 0.18% -
HSV(B) 345.37º 0.93% 0.35% -
XYZ 4.28 2.28 1.19 -
YUV 32.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 88 6 26 0 0.93 0.70 0.65 345.37 0.87 0.18
Hex 58 6 1A 0 5D 46 41 159 57 12
Octal 130 6 32 0 135 106 101 531 127 22
Binary 1011000 110 11010 0 1011101 1000110 1000001 101011001 1010111 10010

Color Harmonies of #58061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58061A

Black with #58061A

Text Example


Text Example

White with #58061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58061A; }

 p { color: rgb(88,6,26); }

 H1.HeaderClassName
 {
   color: #58061A;
 }
 .AnyTagClassName
 {
   color: #58061A;
 }
</style>

background-color css

<style>
 a { background-color: #58061A; }

 a { background-color: rgb(88,6,26); }

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

border-color css

<style>
 span { border-color: #58061A; }

 span { border-color: rgb(88,6,26); }

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