Html Css Color HEX #580323 Bordeaux

📋 copy color: '#580323'

red 88 ◦ green 3 ◦ blue 35

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

Shades of Bordeaux #580323

Tints of Bordeaux #580323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 35 (14.06% from 255) = 27.78%

R = 69.84%
G = 2.38%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#580323 (or 0x580323) is known color: Bordeaux. HEX triplet: 58, 03 and 23. RGB value is (88,3,35). Sum of RGB (Red+Green+Blue) = 88+3+35=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580323 is #A7FCDC. Grayscale: #202020. Windows color (decimal): -11009245 or 2294616. OLE color: 2294616.

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

Color convert

RGB 88 3 35 -
CMYK 0 0.97 0.60 0.65
HSL 337.41º 0.93% 0.18% -
HSV(B) 337.41º 0.97% 0.35% -
XYZ 4.36 2.26 1.8 -
YUV 32.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 88 3 35 0 0.97 0.60 0.65 337.41 0.93 0.18
Hex 58 3 23 0 61 3C 41 151 5D 12
Octal 130 3 43 0 141 74 101 521 135 22
Binary 1011000 11 100011 0 1100001 111100 1000001 101010001 1011101 10010

Color Harmonies of #580323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580323

Black with #580323

Text Example


Text Example

White with #580323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580323; }

 p { color: rgb(88,3,35); }

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

background-color css

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

 a { background-color: rgb(88,3,35); }

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

border-color css

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

 span { border-color: rgb(88,3,35); }

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