Html Css Color HEX #581024 Bordeaux

📋 copy color: '#581024'

red 88 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #581024

Tints of Bordeaux #581024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 62.86%
G = 11.43%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581024 (or 0x581024) is known color: Bordeaux. HEX triplet: 58, 10 and 24. RGB value is (88,16,36). Sum of RGB (Red+Green+Blue) = 88+16+36=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581024 is #A7EFDB. Grayscale: #272727. Windows color (decimal): -11005916 or 2363480. OLE color: 2363480.

HSL color Cylindrical-coordinate representation of color #581024: hue angle of 343.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581024 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 36 -
CMYK 0 0.82 0.59 0.65
HSL 343.33º 0.69% 0.2% -
HSV(B) 343.33º 0.82% 0.35% -
XYZ 4.53 2.57 1.93 -
YUV 39.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 88 16 36 0 0.82 0.59 0.65 343.33 0.69 0.2
Hex 58 10 24 0 52 3B 41 157 45 14
Octal 130 20 44 0 122 73 101 527 105 24
Binary 1011000 10000 100100 0 1010010 111011 1000001 101010111 1000101 10100

Color Harmonies of #581024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581024

Black with #581024

Text Example


Text Example

White with #581024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581024; }

 p { color: rgb(88,16,36); }

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

background-color css

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

 a { background-color: rgb(88,16,36); }

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

border-color css

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

 span { border-color: rgb(88,16,36); }

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