Html Css Color HEX #581621 Bordeaux

📋 copy color: '#581621'

red 88 ◦ green 22 ◦ blue 33

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

Shades of Bordeaux #581621

Tints of Bordeaux #581621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#581621 (or 0x581621) is known color: Bordeaux. HEX triplet: 58, 16 and 21. RGB value is (88,22,33). Sum of RGB (Red+Green+Blue) = 88+22+33=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581621 is #A7E9DE. Grayscale: #2B2B2B. Windows color (decimal): -11004383 or 2168408. OLE color: 2168408.

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

Color convert

RGB 88 22 33 -
CMYK 0 0.75 0.62 0.65
HSL 350º 0.6% 0.22% -
HSV(B) 350º 0.75% 0.35% -
XYZ 4.59 2.76 1.73 -
YUV 42.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 88 22 33 0 0.75 0.62 0.65 350 0.6 0.22
Hex 58 16 21 0 4B 3E 41 15E 3C 16
Octal 130 26 41 0 113 76 101 536 74 26
Binary 1011000 10110 100001 0 1001011 111110 1000001 101011110 111100 10110

Color Harmonies of #581621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581621

Black with #581621

Text Example


Text Example

White with #581621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581621; }

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

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

background-color css

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

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

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

border-color css

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

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

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