Html Css Color HEX #580C1C Bordeaux

📋 copy color: '#580C1C'

red 88 ◦ green 12 ◦ blue 28

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

Shades of Bordeaux #580C1C

Tints of Bordeaux #580C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 68.75%
G = 9.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#580C1C (or 0x580C1C) is known color: Bordeaux. HEX triplet: 58, 0C and 1C. RGB value is (88,12,28). Sum of RGB (Red+Green+Blue) = 88+12+28=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C1C is #A7F3E3. Grayscale: #242424. Windows color (decimal): -11006948 or 1838168. OLE color: 1838168.

HSL color Cylindrical-coordinate representation of color #580C1C: hue angle of 347.37º 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 #580C1C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 28 -
CMYK 0 0.86 0.68 0.65
HSL 347.37º 0.76% 0.2% -
HSV(B) 347.37º 0.86% 0.35% -
XYZ 4.37 2.42 1.34 -
YUV 36.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 88 12 28 0 0.86 0.68 0.65 347.37 0.76 0.2
Hex 58 C 1C 0 56 44 41 15B 4C 14
Octal 130 14 34 0 126 104 101 533 114 24
Binary 1011000 1100 11100 0 1010110 1000100 1000001 101011011 1001100 10100

Color Harmonies of #580C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C1C

Black with #580C1C

Text Example


Text Example

White with #580C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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