Html Css Color HEX #581328 Bordeaux

📋 copy color: '#581328'

red 88 ◦ green 19 ◦ blue 40

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

Shades of Bordeaux #581328

Tints of Bordeaux #581328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 59.86%
G = 12.93%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581328 (or 0x581328) is known color: Bordeaux. HEX triplet: 58, 13 and 28. RGB value is (88,19,40). Sum of RGB (Red+Green+Blue) = 88+19+40=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581328 is #A7ECD7. Grayscale: #2A2A2A. Windows color (decimal): -11005144 or 2626392. OLE color: 2626392.

HSL color Cylindrical-coordinate representation of color #581328: hue angle of 341.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581328 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 40 -
CMYK 0 0.78 0.55 0.65
HSL 341.74º 0.64% 0.21% -
HSV(B) 341.74º 0.78% 0.35% -
XYZ 4.64 2.69 2.28 -
YUV 42.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 88 19 40 0 0.78 0.55 0.65 341.74 0.64 0.21
Hex 58 13 28 0 4E 37 41 156 40 15
Octal 130 23 50 0 116 67 101 526 100 25
Binary 1011000 10011 101000 0 1001110 110111 1000001 101010110 1000000 10101

Color Harmonies of #581328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581328

Black with #581328

Text Example


Text Example

White with #581328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581328; }

 p { color: rgb(88,19,40); }

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

background-color css

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

 a { background-color: rgb(88,19,40); }

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

border-color css

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

 span { border-color: rgb(88,19,40); }

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