Html Css Color HEX #581123 Bordeaux

📋 copy color: '#581123'

red 88 ◦ green 17 ◦ blue 35

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

Shades of Bordeaux #581123

Tints of Bordeaux #581123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25%

R = 62.86%
G = 12.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#581123 (or 0x581123) is known color: Bordeaux. HEX triplet: 58, 11 and 23. RGB value is (88,17,35). Sum of RGB (Red+Green+Blue) = 88+17+35=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581123 is #A7EEDC. Grayscale: #282828. Windows color (decimal): -11005661 or 2298200. OLE color: 2298200.

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

Color convert

RGB 88 17 35 -
CMYK 0 0.81 0.60 0.65
HSL 344.79º 0.68% 0.21% -
HSV(B) 344.79º 0.81% 0.35% -
XYZ 4.53 2.6 1.85 -
YUV 40.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 88 17 35 0 0.81 0.60 0.65 344.79 0.68 0.21
Hex 58 11 23 0 51 3C 41 159 44 15
Octal 130 21 43 0 121 74 101 531 104 25
Binary 1011000 10001 100011 0 1010001 111100 1000001 101011001 1000100 10101

Color Harmonies of #581123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581123

Black with #581123

Text Example


Text Example

White with #581123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581123; }

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

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

background-color css

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

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

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

border-color css

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

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

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