Html Css Color HEX #581225 Bordeaux

📋 copy color: '#581225'

red 88 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #581225

Tints of Bordeaux #581225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 61.54%
G = 12.59%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#581225 (or 0x581225) is known color: Bordeaux. HEX triplet: 58, 12 and 25. RGB value is (88,18,37). Sum of RGB (Red+Green+Blue) = 88+18+37=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581225 is #A7EDDA. Grayscale: #292929. Windows color (decimal): -11005403 or 2429528. OLE color: 2429528.

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

Color convert

RGB 88 18 37 -
CMYK 0 0.80 0.58 0.65
HSL 343.71º 0.66% 0.21% -
HSV(B) 343.71º 0.8% 0.35% -
XYZ 4.57 2.64 2.02 -
YUV 41.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 88 18 37 0 0.80 0.58 0.65 343.71 0.66 0.21
Hex 58 12 25 0 50 3A 41 158 42 15
Octal 130 22 45 0 120 72 101 530 102 25
Binary 1011000 10010 100101 0 1010000 111010 1000001 101011000 1000010 10101

Color Harmonies of #581225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581225

Black with #581225

Text Example


Text Example

White with #581225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581225; }

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

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

background-color css

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

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

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

border-color css

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

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

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