Html Css Color HEX #58000F Bordeaux

📋 copy color: '#58000F'

red 88 ◦ green 0 ◦ blue 15

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

Shades of Bordeaux #58000F

Tints of Bordeaux #58000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 85.44%
G = 0%
B = 14.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58000F (or 0x58000F) is known color: Bordeaux. HEX triplet: 58, 00 and 0F. RGB value is (88,0,15). Sum of RGB (Red+Green+Blue) = 88+0+15=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58000F is #A7FFF0. Grayscale: #1C1C1C. Windows color (decimal): -11010033 or 983128. OLE color: 983128.

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

Color convert

RGB 88 0 15 -
CMYK 0 1 0.83 0.65
HSL 349.77º 1% 0.17% -
HSV(B) 349.77º 1% 0.35% -
XYZ 4.11 2.11 0.64 -
YUV 28.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 88 0 15 0 1 0.83 0.65 349.77 1 0.17
Hex 58 0 F 0 64 53 41 15E 64 11
Octal 130 0 17 0 144 123 101 536 144 21
Binary 1011000 0 1111 0 1100100 1010011 1000001 101011110 1100100 10001

Color Harmonies of #58000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58000F

Black with #58000F

Text Example


Text Example

White with #58000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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