Html Css Color HEX #580F26 Bordeaux

📋 copy color: '#580F26'

red 88 ◦ green 15 ◦ blue 38

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

Shades of Bordeaux #580F26

Tints of Bordeaux #580F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 62.41%
G = 10.64%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580F26 (or 0x580F26) is known color: Bordeaux. HEX triplet: 58, 0F and 26. RGB value is (88,15,38). Sum of RGB (Red+Green+Blue) = 88+15+38=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #580F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F26 is #A7F0D9. Grayscale: #272727. Windows color (decimal): -11006170 or 2494296. OLE color: 2494296.

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

Color convert

RGB 88 15 38 -
CMYK 0 0.83 0.57 0.65
HSL 341.1º 0.71% 0.2% -
HSV(B) 341.1º 0.83% 0.35% -
XYZ 4.55 2.56 2.09 -
YUV 39.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 88 15 38 0 0.83 0.57 0.65 341.1 0.71 0.2
Hex 58 F 26 0 53 39 41 155 47 14
Octal 130 17 46 0 123 71 101 525 107 24
Binary 1011000 1111 100110 0 1010011 111001 1000001 101010101 1000111 10100

Color Harmonies of #580F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F26

Black with #580F26

Text Example


Text Example

White with #580F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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