Html Css Color HEX #581022 Bordeaux

📋 copy color: '#581022'

red 88 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #581022

Tints of Bordeaux #581022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 63.77%
G = 11.59%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#581022 (or 0x581022) is known color: Bordeaux. HEX triplet: 58, 10 and 22. RGB value is (88,16,34). Sum of RGB (Red+Green+Blue) = 88+16+34=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581022 is #A7EFDD. Grayscale: #272727. Windows color (decimal): -11005918 or 2232408. OLE color: 2232408.

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

Color convert

RGB 88 16 34 -
CMYK 0 0.82 0.61 0.65
HSL 345º 0.69% 0.2% -
HSV(B) 345º 0.82% 0.35% -
XYZ 4.5 2.56 1.77 -
YUV 39.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 88 16 34 0 0.82 0.61 0.65 345 0.69 0.2
Hex 58 10 22 0 52 3D 41 159 45 14
Octal 130 20 42 0 122 75 101 531 105 24
Binary 1011000 10000 100010 0 1010010 111101 1000001 101011001 1000101 10100

Color Harmonies of #581022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581022

Black with #581022

Text Example


Text Example

White with #581022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581022; }

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

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

background-color css

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

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

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

border-color css

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

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

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