Html Css Color HEX #581226 Bordeaux

📋 copy color: '#581226'

red 88 ◦ green 18 ◦ blue 38

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

Shades of Bordeaux #581226

Tints of Bordeaux #581226

RGB

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

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

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

R = 61.11%
G = 12.5%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#581226 (or 0x581226) is known color: Bordeaux. HEX triplet: 58, 12 and 26. RGB value is (88,18,38). Sum of RGB (Red+Green+Blue) = 88+18+38=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581226 is #A7EDD9. Grayscale: #292929. Windows color (decimal): -11005402 or 2495064. OLE color: 2495064.

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

Color convert

RGB 88 18 38 -
CMYK 0 0.80 0.57 0.65
HSL 342.86º 0.66% 0.21% -
HSV(B) 342.86º 0.8% 0.35% -
XYZ 4.59 2.65 2.1 -
YUV 41.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 88 18 38 0 0.80 0.57 0.65 342.86 0.66 0.21
Hex 58 12 26 0 50 39 41 157 42 15
Octal 130 22 46 0 120 71 101 527 102 25
Binary 1011000 10010 100110 0 1010000 111001 1000001 101010111 1000010 10101

Color Harmonies of #581226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581226

Black with #581226

Text Example


Text Example

White with #581226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581226; }

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

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

background-color css

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

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

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

border-color css

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

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

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