Html Css Color HEX #580C21 Bordeaux

📋 copy color: '#580C21'

red 88 ◦ green 12 ◦ blue 33

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

Shades of Bordeaux #580C21

Tints of Bordeaux #580C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

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

R = 66.17%
G = 9.02%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#580C21 (or 0x580C21) is known color: Bordeaux. HEX triplet: 58, 0C and 21. RGB value is (88,12,33). Sum of RGB (Red+Green+Blue) = 88+12+33=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #580C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C21 is #A7F3DE. Grayscale: #252525. Windows color (decimal): -11006943 or 2165848. OLE color: 2165848.

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

Color convert

RGB 88 12 33 -
CMYK 0 0.86 0.62 0.65
HSL 343.42º 0.76% 0.2% -
HSV(B) 343.42º 0.86% 0.35% -
XYZ 4.43 2.45 1.68 -
YUV 37.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 88 12 33 0 0.86 0.62 0.65 343.42 0.76 0.2
Hex 58 C 21 0 56 3E 41 157 4C 14
Octal 130 14 41 0 126 76 101 527 114 24
Binary 1011000 1100 100001 0 1010110 111110 1000001 101010111 1001100 10100

Color Harmonies of #580C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C21

Black with #580C21

Text Example


Text Example

White with #580C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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