Html Css Color HEX #581126 Bordeaux

📋 copy color: '#581126'

red 88 ◦ green 17 ◦ blue 38

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

Shades of Bordeaux #581126

Tints of Bordeaux #581126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 61.54%
G = 11.89%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#581126 (or 0x581126) is known color: Bordeaux. HEX triplet: 58, 11 and 26. RGB value is (88,17,38). Sum of RGB (Red+Green+Blue) = 88+17+38=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581126 is #A7EED9. Grayscale: #282828. Windows color (decimal): -11005658 or 2494808. OLE color: 2494808.

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

Color convert

RGB 88 17 38 -
CMYK 0 0.81 0.57 0.65
HSL 342.25º 0.68% 0.21% -
HSV(B) 342.25º 0.81% 0.35% -
XYZ 4.57 2.62 2.1 -
YUV 40.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 88 17 38 0 0.81 0.57 0.65 342.25 0.68 0.21
Hex 58 11 26 0 51 39 41 156 44 15
Octal 130 21 46 0 121 71 101 526 104 25
Binary 1011000 10001 100110 0 1010001 111001 1000001 101010110 1000100 10101

Color Harmonies of #581126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581126

Black with #581126

Text Example


Text Example

White with #581126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581126; }

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

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

background-color css

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

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

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

border-color css

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

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

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