Html Css Color HEX #581322 Bordeaux

📋 copy color: '#581322'

red 88 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #581322

Tints of Bordeaux #581322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 62.41%
G = 13.48%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#581322 (or 0x581322) is known color: Bordeaux. HEX triplet: 58, 13 and 22. RGB value is (88,19,34). Sum of RGB (Red+Green+Blue) = 88+19+34=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581322 is #A7ECDD. Grayscale: #292929. Windows color (decimal): -11005150 or 2233176. OLE color: 2233176.

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

Color convert

RGB 88 19 34 -
CMYK 0 0.78 0.61 0.65
HSL 346.96º 0.64% 0.21% -
HSV(B) 346.96º 0.78% 0.35% -
XYZ 4.55 2.66 1.79 -
YUV 41.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 88 19 34 0 0.78 0.61 0.65 346.96 0.64 0.21
Hex 58 13 22 0 4E 3D 41 15B 40 15
Octal 130 23 42 0 116 75 101 533 100 25
Binary 1011000 10011 100010 0 1001110 111101 1000001 101011011 1000000 10101

Color Harmonies of #581322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581322

Black with #581322

Text Example


Text Example

White with #581322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581322; }

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

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

background-color css

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

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

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

border-color css

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

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

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