Html Css Color HEX #580F1C Bordeaux

📋 copy color: '#580F1C'

red 88 ◦ green 15 ◦ blue 28

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

Shades of Bordeaux #580F1C

Tints of Bordeaux #580F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.45%

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

R = 67.18%
G = 11.45%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#580F1C (or 0x580F1C) is known color: Bordeaux. HEX triplet: 58, 0F and 1C. RGB value is (88,15,28). Sum of RGB (Red+Green+Blue) = 88+15+28=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F1C is #A7F0E3. Grayscale: #262626. Windows color (decimal): -11006180 or 1838936. OLE color: 1838936.

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

Color convert

RGB 88 15 28 -
CMYK 0 0.83 0.68 0.65
HSL 349.32º 0.71% 0.2% -
HSV(B) 349.32º 0.83% 0.35% -
XYZ 4.4 2.5 1.35 -
YUV 38.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 88 15 28 0 0.83 0.68 0.65 349.32 0.71 0.2
Hex 58 F 1C 0 53 44 41 15D 47 14
Octal 130 17 34 0 123 104 101 535 107 24
Binary 1011000 1111 11100 0 1010011 1000100 1000001 101011101 1000111 10100

Color Harmonies of #580F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F1C

Black with #580F1C

Text Example


Text Example

White with #580F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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