Html Css Color HEX #581228 Bordeaux

📋 copy color: '#581228'

red 88 ◦ green 18 ◦ blue 40

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

Shades of Bordeaux #581228

Tints of Bordeaux #581228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 60.27%
G = 12.33%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581228 (or 0x581228) is known color: Bordeaux. HEX triplet: 58, 12 and 28. RGB value is (88,18,40). Sum of RGB (Red+Green+Blue) = 88+18+40=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #581228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581228 is #A7EDD7. Grayscale: #292929. Windows color (decimal): -11005400 or 2626136. OLE color: 2626136.

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

Color convert

RGB 88 18 40 -
CMYK 0 0.80 0.55 0.65
HSL 341.14º 0.66% 0.21% -
HSV(B) 341.14º 0.8% 0.35% -
XYZ 4.62 2.66 2.28 -
YUV 41.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 88 18 40 0 0.80 0.55 0.65 341.14 0.66 0.21
Hex 58 12 28 0 50 37 41 155 42 15
Octal 130 22 50 0 120 67 101 525 102 25
Binary 1011000 10010 101000 0 1010000 110111 1000001 101010101 1000010 10101

Color Harmonies of #581228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581228

Black with #581228

Text Example


Text Example

White with #581228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581228; }

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

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

background-color css

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

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

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

border-color css

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

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

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