Html Css Color HEX #581223 Bordeaux

📋 copy color: '#581223'

red 88 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #581223

Tints of Bordeaux #581223

RGB

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

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

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

R = 62.41%
G = 12.77%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#581223 (or 0x581223) is known color: Bordeaux. HEX triplet: 58, 12 and 23. RGB value is (88,18,35). Sum of RGB (Red+Green+Blue) = 88+18+35=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581223 is #A7EDDC. Grayscale: #282828. Windows color (decimal): -11005405 or 2298456. OLE color: 2298456.

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

Color convert

RGB 88 18 35 -
CMYK 0 0.80 0.60 0.65
HSL 345.43º 0.66% 0.21% -
HSV(B) 345.43º 0.8% 0.35% -
XYZ 4.54 2.63 1.86 -
YUV 40.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 88 18 35 0 0.80 0.60 0.65 345.43 0.66 0.21
Hex 58 12 23 0 50 3C 41 159 42 15
Octal 130 22 43 0 120 74 101 531 102 25
Binary 1011000 10010 100011 0 1010000 111100 1000001 101011001 1000010 10101

Color Harmonies of #581223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581223

Black with #581223

Text Example


Text Example

White with #581223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581223; }

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

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

background-color css

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

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

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

border-color css

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

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

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