Html Css Color HEX #58001C Bordeaux

📋 copy color: '#58001C'

red 88 ◦ green 0 ◦ blue 28

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

Shades of Bordeaux #58001C

Tints of Bordeaux #58001C

RGB

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

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

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

R = 75.86%
G = 0%
B = 24.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58001C (or 0x58001C) is known color: Bordeaux. HEX triplet: 58, 00 and 1C. RGB value is (88,0,28). Sum of RGB (Red+Green+Blue) = 88+0+28=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #58001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001C is #A7FFE3. Grayscale: #1D1D1D. Windows color (decimal): -11010020 or 1835096. OLE color: 1835096.

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

Color convert

RGB 88 0 28 -
CMYK 0 1 0.68 0.65
HSL 340.91º 1% 0.17% -
HSV(B) 340.91º 1% 0.35% -
XYZ 4.23 2.16 1.29 -
YUV 29.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 88 0 28 0 1 0.68 0.65 340.91 1 0.17
Hex 58 0 1C 0 64 44 41 155 64 11
Octal 130 0 34 0 144 104 101 525 144 21
Binary 1011000 0 11100 0 1100100 1000100 1000001 101010101 1100100 10001

Color Harmonies of #58001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58001C

Black with #58001C

Text Example


Text Example

White with #58001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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