Html Css Color HEX #580421 Bordeaux

📋 copy color: '#580421'

red 88 ◦ green 4 ◦ blue 33

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

Shades of Bordeaux #580421

Tints of Bordeaux #580421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.2%

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

R = 70.4%
G = 3.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#580421 (or 0x580421) is known color: Bordeaux. HEX triplet: 58, 04 and 21. RGB value is (88,4,33). Sum of RGB (Red+Green+Blue) = 88+4+33=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580421 is #A7FBDE. Grayscale: #202020. Windows color (decimal): -11008991 or 2163800. OLE color: 2163800.

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

Color convert

RGB 88 4 33 -
CMYK 0 0.95 0.62 0.65
HSL 339.29º 0.91% 0.18% -
HSV(B) 339.29º 0.95% 0.35% -
XYZ 4.34 2.27 1.65 -
YUV 32.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 88 4 33 0 0.95 0.62 0.65 339.29 0.91 0.18
Hex 58 4 21 0 5F 3E 41 153 5B 12
Octal 130 4 41 0 137 76 101 523 133 22
Binary 1011000 100 100001 0 1011111 111110 1000001 101010011 1011011 10010

Color Harmonies of #580421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580421

Black with #580421

Text Example


Text Example

White with #580421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580421; }

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

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

background-color css

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

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

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

border-color css

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

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

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