Html Css Color HEX #581020 Bordeaux

📋 copy color: '#581020'

red 88 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #581020

Tints of Bordeaux #581020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 64.71%
G = 11.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#581020 (or 0x581020) is known color: Bordeaux. HEX triplet: 58, 10 and 20. RGB value is (88,16,32). Sum of RGB (Red+Green+Blue) = 88+16+32=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581020 is #A7EFDF. Grayscale: #272727. Windows color (decimal): -11005920 or 2101336. OLE color: 2101336.

HSL color Cylindrical-coordinate representation of color #581020: hue angle of 346.67º 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 #581020 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 32 -
CMYK 0 0.82 0.64 0.65
HSL 346.67º 0.69% 0.2% -
HSV(B) 346.67º 0.82% 0.35% -
XYZ 4.47 2.55 1.62 -
YUV 39.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 88 16 32 0 0.82 0.64 0.65 346.67 0.69 0.2
Hex 58 10 20 0 52 40 41 15B 45 14
Octal 130 20 40 0 122 100 101 533 105 24
Binary 1011000 10000 100000 0 1010010 1000000 1000001 101011011 1000101 10100

Color Harmonies of #581020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581020

Black with #581020

Text Example


Text Example

White with #581020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581020; }

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

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

background-color css

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

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

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

border-color css

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

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

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