Html Css Color HEX #581927 Bordeaux

📋 copy color: '#581927'

red 88 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #581927

Tints of Bordeaux #581927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 57.89%
G = 16.45%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#581927 (or 0x581927) is known color: Bordeaux. HEX triplet: 58, 19 and 27. RGB value is (88,25,39). Sum of RGB (Red+Green+Blue) = 88+25+39=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #581927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581927 is #A7E6D8. Grayscale: #2D2D2D. Windows color (decimal): -11003609 or 2562392. OLE color: 2562392.

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

Color convert

RGB 88 25 39 -
CMYK 0 0.72 0.56 0.65
HSL 346.67º 0.56% 0.22% -
HSV(B) 346.67º 0.72% 0.35% -
XYZ 4.74 2.92 2.23 -
YUV 45.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 88 25 39 0 0.72 0.56 0.65 346.67 0.56 0.22
Hex 58 19 27 0 48 38 41 15B 38 16
Octal 130 31 47 0 110 70 101 533 70 26
Binary 1011000 11001 100111 0 1001000 111000 1000001 101011011 111000 10110

Color Harmonies of #581927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581927

Black with #581927

Text Example


Text Example

White with #581927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581927; }

 p { color: rgb(88,25,39); }

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

background-color css

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

 a { background-color: rgb(88,25,39); }

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

border-color css

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

 span { border-color: rgb(88,25,39); }

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