Html Css Color HEX #581125 Bordeaux

📋 copy color: '#581125'

red 88 ◦ green 17 ◦ blue 37

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

Shades of Bordeaux #581125

Tints of Bordeaux #581125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

 BLUE value IS 37 (14.84% from 255) = 26.06%

R = 61.97%
G = 11.97%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#581125 (or 0x581125) is known color: Bordeaux. HEX triplet: 58, 11 and 25. RGB value is (88,17,37). Sum of RGB (Red+Green+Blue) = 88+17+37=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581125 is #A7EEDA. Grayscale: #282828. Windows color (decimal): -11005659 or 2429272. OLE color: 2429272.

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

Color convert

RGB 88 17 37 -
CMYK 0 0.81 0.58 0.65
HSL 343.1º 0.68% 0.21% -
HSV(B) 343.1º 0.81% 0.35% -
XYZ 4.56 2.61 2.01 -
YUV 40.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 88 17 37 0 0.81 0.58 0.65 343.1 0.68 0.21
Hex 58 11 25 0 51 3A 41 157 44 15
Octal 130 21 45 0 121 72 101 527 104 25
Binary 1011000 10001 100101 0 1010001 111010 1000001 101010111 1000100 10101

Color Harmonies of #581125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581125

Black with #581125

Text Example


Text Example

White with #581125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581125; }

 p { color: rgb(88,17,37); }

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

background-color css

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

 a { background-color: rgb(88,17,37); }

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

border-color css

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

 span { border-color: rgb(88,17,37); }

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