Html Css Color HEX #58001F Bordeaux

📋 copy color: '#58001F'

red 88 ◦ green 0 ◦ blue 31

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

Shades of Bordeaux #58001F

Tints of Bordeaux #58001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 73.95%
G = 0%
B = 26.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#58001F (or 0x58001F) is known color: Bordeaux. HEX triplet: 58, 00 and 1F. RGB value is (88,0,31). Sum of RGB (Red+Green+Blue) = 88+0+31=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001F is #A7FFE0. Grayscale: #1D1D1D. Windows color (decimal): -11010017 or 2031704. OLE color: 2031704.

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

Color convert

RGB 88 0 31 -
CMYK 0 1 0.65 0.65
HSL 338.86º 1% 0.17% -
HSV(B) 338.86º 1% 0.35% -
XYZ 4.27 2.17 1.49 -
YUV 29.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 88 0 31 0 1 0.65 0.65 338.86 1 0.17
Hex 58 0 1F 0 64 41 41 153 64 11
Octal 130 0 37 0 144 101 101 523 144 21
Binary 1011000 0 11111 0 1100100 1000001 1000001 101010011 1100100 10001

Color Harmonies of #58001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58001F

Black with #58001F

Text Example


Text Example

White with #58001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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