Html Css Color HEX #581C28 Bordeaux

📋 copy color: '#581C28'

red 88 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #581C28

Tints of Bordeaux #581C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

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

R = 56.41%
G = 17.95%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581C28 (or 0x581C28) is known color: Bordeaux. HEX triplet: 58, 1C and 28. RGB value is (88,28,40). Sum of RGB (Red+Green+Blue) = 88+28+40=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C28 is #A7E3D7. Grayscale: #2F2F2F. Windows color (decimal): -11002840 or 2628696. OLE color: 2628696.

HSL color Cylindrical-coordinate representation of color #581C28: hue angle of 348º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C28 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 28 40 -
CMYK 0 0.68 0.55 0.65
HSL 348º 0.52% 0.23% -
HSV(B) 348º 0.68% 0.35% -
XYZ 4.82 3.06 2.34 -
YUV 47.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 88 28 40 0 0.68 0.55 0.65 348 0.52 0.23
Hex 58 1C 28 0 44 37 41 15C 34 17
Octal 130 34 50 0 104 67 101 534 64 27
Binary 1011000 11100 101000 0 1000100 110111 1000001 101011100 110100 10111

Color Harmonies of #581C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C28

Black with #581C28

Text Example


Text Example

White with #581C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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