Html Css Color HEX #581222 Bordeaux

📋 copy color: '#581222'

red 88 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #581222

Tints of Bordeaux #581222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 62.86%
G = 12.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#581222 (or 0x581222) is known color: Bordeaux. HEX triplet: 58, 12 and 22. RGB value is (88,18,34). Sum of RGB (Red+Green+Blue) = 88+18+34=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581222 is #A7EDDD. Grayscale: #282828. Windows color (decimal): -11005406 or 2232920. OLE color: 2232920.

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

Color convert

RGB 88 18 34 -
CMYK 0 0.80 0.61 0.65
HSL 346.29º 0.66% 0.21% -
HSV(B) 346.29º 0.8% 0.35% -
XYZ 4.53 2.62 1.78 -
YUV 40.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 88 18 34 0 0.80 0.61 0.65 346.29 0.66 0.21
Hex 58 12 22 0 50 3D 41 15A 42 15
Octal 130 22 42 0 120 75 101 532 102 25
Binary 1011000 10010 100010 0 1010000 111101 1000001 101011010 1000010 10101

Color Harmonies of #581222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581222

Black with #581222

Text Example


Text Example

White with #581222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581222; }

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

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

background-color css

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

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

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

border-color css

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

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

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