Html Css Color HEX #581425 Bordeaux

📋 copy color: '#581425'

red 88 ◦ green 20 ◦ blue 37

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

Shades of Bordeaux #581425

Tints of Bordeaux #581425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 60.69%
G = 13.79%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#581425 (or 0x581425) is known color: Bordeaux. HEX triplet: 58, 14 and 25. RGB value is (88,20,37). Sum of RGB (Red+Green+Blue) = 88+20+37=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581425 is #A7EBDA. Grayscale: #2A2A2A. Windows color (decimal): -11004891 or 2430040. OLE color: 2430040.

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

Color convert

RGB 88 20 37 -
CMYK 0 0.77 0.58 0.65
HSL 345º 0.63% 0.21% -
HSV(B) 345º 0.77% 0.35% -
XYZ 4.61 2.71 2.03 -
YUV 42.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 88 20 37 0 0.77 0.58 0.65 345 0.63 0.21
Hex 58 14 25 0 4D 3A 41 159 3F 15
Octal 130 24 45 0 115 72 101 531 77 25
Binary 1011000 10100 100101 0 1001101 111010 1000001 101011001 111111 10101

Color Harmonies of #581425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581425

Black with #581425

Text Example


Text Example

White with #581425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581425; }

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

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

background-color css

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

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

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

border-color css

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

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

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