Html Css Color HEX #581021 Bordeaux

📋 copy color: '#581021'

red 88 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #581021

Tints of Bordeaux #581021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 64.23%
G = 11.68%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#581021 (or 0x581021) is known color: Bordeaux. HEX triplet: 58, 10 and 21. RGB value is (88,16,33). Sum of RGB (Red+Green+Blue) = 88+16+33=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #581021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581021 is #A7EFDE. Grayscale: #272727. Windows color (decimal): -11005919 or 2166872. OLE color: 2166872.

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

Color convert

RGB 88 16 33 -
CMYK 0 0.82 0.62 0.65
HSL 345.83º 0.69% 0.2% -
HSV(B) 345.83º 0.82% 0.35% -
XYZ 4.48 2.56 1.7 -
YUV 39.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 88 16 33 0 0.82 0.62 0.65 345.83 0.69 0.2
Hex 58 10 21 0 52 3E 41 15A 45 14
Octal 130 20 41 0 122 76 101 532 105 24
Binary 1011000 10000 100001 0 1010010 111110 1000001 101011010 1000101 10100

Color Harmonies of #581021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581021

Black with #581021

Text Example


Text Example

White with #581021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581021; }

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

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

background-color css

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

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

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

border-color css

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

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

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