Html Css Color HEX #580222 Bordeaux

📋 copy color: '#580222'

red 88 ◦ green 2 ◦ blue 34

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

Shades of Bordeaux #580222

Tints of Bordeaux #580222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 70.97%
G = 1.61%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#580222 (or 0x580222) is known color: Bordeaux. HEX triplet: 58, 02 and 22. RGB value is (88,2,34). Sum of RGB (Red+Green+Blue) = 88+2+34=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580222 is #A7FDDD. Grayscale: #1F1F1F. Windows color (decimal): -11009502 or 2228824. OLE color: 2228824.

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

Color convert

RGB 88 2 34 -
CMYK 0 0.98 0.61 0.65
HSL 337.67º 0.96% 0.18% -
HSV(B) 337.67º 0.98% 0.35% -
XYZ 4.33 2.23 1.72 -
YUV 31.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 88 2 34 0 0.98 0.61 0.65 337.67 0.96 0.18
Hex 58 2 22 0 62 3D 41 152 60 12
Octal 130 2 42 0 142 75 101 522 140 22
Binary 1011000 10 100010 0 1100010 111101 1000001 101010010 1100000 10010

Color Harmonies of #580222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580222

Black with #580222

Text Example


Text Example

White with #580222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580222; }

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

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

background-color css

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

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

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

border-color css

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

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

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