Html Css Color HEX #581925 Bordeaux

📋 copy color: '#581925'

red 88 ◦ green 25 ◦ blue 37

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

Shades of Bordeaux #581925

Tints of Bordeaux #581925

RGB

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

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

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

R = 58.67%
G = 16.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#581925 (or 0x581925) is known color: Bordeaux. HEX triplet: 58, 19 and 25. RGB value is (88,25,37). Sum of RGB (Red+Green+Blue) = 88+25+37=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #581925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581925 is #A7E6DA. Grayscale: #2D2D2D. Windows color (decimal): -11003611 or 2431320. OLE color: 2431320.

HSL color Cylindrical-coordinate representation of color #581925: hue angle of 348.57º 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 #581925 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 37 -
CMYK 0 0.72 0.58 0.65
HSL 348.57º 0.56% 0.22% -
HSV(B) 348.57º 0.72% 0.35% -
XYZ 4.71 2.9 2.06 -
YUV 45.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 88 25 37 0 0.72 0.58 0.65 348.57 0.56 0.22
Hex 58 19 25 0 48 3A 41 15D 38 16
Octal 130 31 45 0 110 72 101 535 70 26
Binary 1011000 11001 100101 0 1001000 111010 1000001 101011101 111000 10110

Color Harmonies of #581925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581925

Black with #581925

Text Example


Text Example

White with #581925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581925; }

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

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

background-color css

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

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

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

border-color css

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

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

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