Html Css Color HEX #581521 Bordeaux

📋 copy color: '#581521'

red 88 ◦ green 21 ◦ blue 33

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

Shades of Bordeaux #581521

Tints of Bordeaux #581521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 61.97%
G = 14.79%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#581521 (or 0x581521) is known color: Bordeaux. HEX triplet: 58, 15 and 21. RGB value is (88,21,33). Sum of RGB (Red+Green+Blue) = 88+21+33=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581521 is #A7EADE. Grayscale: #2A2A2A. Windows color (decimal): -11004639 or 2168152. OLE color: 2168152.

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

Color convert

RGB 88 21 33 -
CMYK 0 0.76 0.62 0.65
HSL 349.25º 0.61% 0.21% -
HSV(B) 349.25º 0.76% 0.35% -
XYZ 4.57 2.72 1.72 -
YUV 42.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 88 21 33 0 0.76 0.62 0.65 349.25 0.61 0.21
Hex 58 15 21 0 4C 3E 41 15D 3D 15
Octal 130 25 41 0 114 76 101 535 75 25
Binary 1011000 10101 100001 0 1001100 111110 1000001 101011101 111101 10101

Color Harmonies of #581521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581521

Black with #581521

Text Example


Text Example

White with #581521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581521; }

 p { color: rgb(88,21,33); }

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

background-color css

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

 a { background-color: rgb(88,21,33); }

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

border-color css

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

 span { border-color: rgb(88,21,33); }

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