Html Css Color HEX #580F23 Bordeaux

📋 copy color: '#580F23'

red 88 ◦ green 15 ◦ blue 35

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

Shades of Bordeaux #580F23

Tints of Bordeaux #580F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 63.77%
G = 10.87%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#580F23 (or 0x580F23) is known color: Bordeaux. HEX triplet: 58, 0F and 23. RGB value is (88,15,35). Sum of RGB (Red+Green+Blue) = 88+15+35=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #580F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F23 is #A7F0DC. Grayscale: #272727. Windows color (decimal): -11006173 or 2297688. OLE color: 2297688.

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

Color convert

RGB 88 15 35 -
CMYK 0 0.83 0.60 0.65
HSL 343.56º 0.71% 0.2% -
HSV(B) 343.56º 0.83% 0.35% -
XYZ 4.5 2.54 1.84 -
YUV 39.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 88 15 35 0 0.83 0.60 0.65 343.56 0.71 0.2
Hex 58 F 23 0 53 3C 41 158 47 14
Octal 130 17 43 0 123 74 101 530 107 24
Binary 1011000 1111 100011 0 1010011 111100 1000001 101011000 1000111 10100

Color Harmonies of #580F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F23

Black with #580F23

Text Example


Text Example

White with #580F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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