Html Css Color HEX #581626 Bordeaux

📋 copy color: '#581626'

red 88 ◦ green 22 ◦ blue 38

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

Shades of Bordeaux #581626

Tints of Bordeaux #581626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 59.46%
G = 14.86%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#581626 (or 0x581626) is known color: Bordeaux. HEX triplet: 58, 16 and 26. RGB value is (88,22,38). Sum of RGB (Red+Green+Blue) = 88+22+38=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581626 is #A7E9D9. Grayscale: #2B2B2B. Windows color (decimal): -11004378 or 2496088. OLE color: 2496088.

HSL color Cylindrical-coordinate representation of color #581626: hue angle of 345.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581626 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 38 -
CMYK 0 0.75 0.57 0.65
HSL 345.45º 0.6% 0.22% -
HSV(B) 345.45º 0.75% 0.35% -
XYZ 4.66 2.79 2.13 -
YUV 43.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 88 22 38 0 0.75 0.57 0.65 345.45 0.6 0.22
Hex 58 16 26 0 4B 39 41 159 3C 16
Octal 130 26 46 0 113 71 101 531 74 26
Binary 1011000 10110 100110 0 1001011 111001 1000001 101011001 111100 10110

Color Harmonies of #581626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581626

Black with #581626

Text Example


Text Example

White with #581626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581626; }

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

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

background-color css

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

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

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

border-color css

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

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

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