Html Css Color HEX #581121 Bordeaux

📋 copy color: '#581121'

red 88 ◦ green 17 ◦ blue 33

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

Shades of Bordeaux #581121

Tints of Bordeaux #581121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 63.77%
G = 12.32%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#581121 (or 0x581121) is known color: Bordeaux. HEX triplet: 58, 11 and 21. RGB value is (88,17,33). Sum of RGB (Red+Green+Blue) = 88+17+33=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581121 is #A7EEDE. Grayscale: #282828. Windows color (decimal): -11005663 or 2167128. OLE color: 2167128.

HSL color Cylindrical-coordinate representation of color #581121: hue angle of 346.48º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581121 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 33 -
CMYK 0 0.81 0.62 0.65
HSL 346.48º 0.68% 0.21% -
HSV(B) 346.48º 0.81% 0.35% -
XYZ 4.5 2.59 1.7 -
YUV 40.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 88 17 33 0 0.81 0.62 0.65 346.48 0.68 0.21
Hex 58 11 21 0 51 3E 41 15A 44 15
Octal 130 21 41 0 121 76 101 532 104 25
Binary 1011000 10001 100001 0 1010001 111110 1000001 101011010 1000100 10101

Color Harmonies of #581121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581121

Black with #581121

Text Example


Text Example

White with #581121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581121; }

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

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

background-color css

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

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

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

border-color css

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

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

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