Html Css Color HEX #580016 Bordeaux

📋 copy color: '#580016'

red 88 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #580016

Tints of Bordeaux #580016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580016 (or 0x580016) is known color: Bordeaux. HEX triplet: 58, 00 and 16. RGB value is (88,0,22). Sum of RGB (Red+Green+Blue) = 88+0+22=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580016 is #A7FFE9. Grayscale: #1C1C1C. Windows color (decimal): -11010026 or 1441880. OLE color: 1441880.

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

Color convert

RGB 88 0 22 -
CMYK 0 1 0.75 0.65
HSL 345º 1% 0.17% -
HSV(B) 345º 1% 0.35% -
XYZ 4.17 2.13 0.95 -
YUV 28.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 88 0 22 0 1 0.75 0.65 345 1 0.17
Hex 58 0 16 0 64 4B 41 159 64 11
Octal 130 0 26 0 144 113 101 531 144 21
Binary 1011000 0 10110 0 1100100 1001011 1000001 101011001 1100100 10001

Color Harmonies of #580016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580016

Black with #580016

Text Example


Text Example

White with #580016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580016; }

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

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

background-color css

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

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

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

border-color css

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

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

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