Html Css Color HEX #581127 Bordeaux

📋 copy color: '#581127'

red 88 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #581127

Tints of Bordeaux #581127

RGB

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

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

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

R = 61.11%
G = 11.81%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#581127 (or 0x581127) is known color: Bordeaux. HEX triplet: 58, 11 and 27. RGB value is (88,17,39). Sum of RGB (Red+Green+Blue) = 88+17+39=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581127 is #A7EED8. Grayscale: #282828. Windows color (decimal): -11005657 or 2560344. OLE color: 2560344.

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

Color convert

RGB 88 17 39 -
CMYK 0 0.81 0.56 0.65
HSL 341.41º 0.68% 0.21% -
HSV(B) 341.41º 0.81% 0.35% -
XYZ 4.59 2.62 2.18 -
YUV 40.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 88 17 39 0 0.81 0.56 0.65 341.41 0.68 0.21
Hex 58 11 27 0 51 38 41 155 44 15
Octal 130 21 47 0 121 70 101 525 104 25
Binary 1011000 10001 100111 0 1010001 111000 1000001 101010101 1000100 10101

Color Harmonies of #581127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581127

Black with #581127

Text Example


Text Example

White with #581127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581127; }

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

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

background-color css

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

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

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

border-color css

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

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

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