Html Css Color HEX #581122 Bordeaux

📋 copy color: '#581122'

red 88 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #581122

Tints of Bordeaux #581122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 63.31%
G = 12.23%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#581122 (or 0x581122) is known color: Bordeaux. HEX triplet: 58, 11 and 22. RGB value is (88,17,34). Sum of RGB (Red+Green+Blue) = 88+17+34=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581122 is #A7EEDD. Grayscale: #282828. Windows color (decimal): -11005662 or 2232664. OLE color: 2232664.

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

Color convert

RGB 88 17 34 -
CMYK 0 0.81 0.61 0.65
HSL 345.63º 0.68% 0.21% -
HSV(B) 345.63º 0.81% 0.35% -
XYZ 4.51 2.59 1.78 -
YUV 40.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 88 17 34 0 0.81 0.61 0.65 345.63 0.68 0.21
Hex 58 11 22 0 51 3D 41 15A 44 15
Octal 130 21 42 0 121 75 101 532 104 25
Binary 1011000 10001 100010 0 1010001 111101 1000001 101011010 1000100 10101

Color Harmonies of #581122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581122

Black with #581122

Text Example


Text Example

White with #581122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581122; }

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

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

background-color css

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

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

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

border-color css

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

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

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