Html Css Color HEX #581227 Bordeaux

📋 copy color: '#581227'

red 88 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #581227

Tints of Bordeaux #581227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 60.69%
G = 12.41%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#581227 (or 0x581227) is known color: Bordeaux. HEX triplet: 58, 12 and 27. RGB value is (88,18,39). Sum of RGB (Red+Green+Blue) = 88+18+39=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581227 is #A7EDD8. Grayscale: #292929. Windows color (decimal): -11005401 or 2560600. OLE color: 2560600.

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

Color convert

RGB 88 18 39 -
CMYK 0 0.80 0.56 0.65
HSL 342º 0.66% 0.21% -
HSV(B) 342º 0.8% 0.35% -
XYZ 4.61 2.65 2.19 -
YUV 41.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 88 18 39 0 0.80 0.56 0.65 342 0.66 0.21
Hex 58 12 27 0 50 38 41 156 42 15
Octal 130 22 47 0 120 70 101 526 102 25
Binary 1011000 10010 100111 0 1010000 111000 1000001 101010110 1000010 10101

Color Harmonies of #581227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581227

Black with #581227

Text Example


Text Example

White with #581227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581227; }

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

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

background-color css

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

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

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

border-color css

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

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

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