Html Css Color HEX #580F1D Bordeaux

📋 copy color: '#580F1D'

red 88 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #580F1D

Tints of Bordeaux #580F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 66.67%
G = 11.36%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#580F1D (or 0x580F1D) is known color: Bordeaux. HEX triplet: 58, 0F and 1D. RGB value is (88,15,29). Sum of RGB (Red+Green+Blue) = 88+15+29=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F1D is #A7F0E2. Grayscale: #262626. Windows color (decimal): -11006179 or 1904472. OLE color: 1904472.

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

Color convert

RGB 88 15 29 -
CMYK 0 0.83 0.67 0.65
HSL 348.49º 0.71% 0.2% -
HSV(B) 348.49º 0.83% 0.35% -
XYZ 4.42 2.51 1.41 -
YUV 38.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 88 15 29 0 0.83 0.67 0.65 348.49 0.71 0.2
Hex 58 F 1D 0 53 43 41 15C 47 14
Octal 130 17 35 0 123 103 101 534 107 24
Binary 1011000 1111 11101 0 1010011 1000011 1000001 101011100 1000111 10100

Color Harmonies of #580F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F1D

Black with #580F1D

Text Example


Text Example

White with #580F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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