Html Css Color HEX #58061C Bordeaux

📋 copy color: '#58061C'

red 88 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #58061C

Tints of Bordeaux #58061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 72.13%
G = 4.92%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#58061C (or 0x58061C) is known color: Bordeaux. HEX triplet: 58, 06 and 1C. RGB value is (88,6,28). Sum of RGB (Red+Green+Blue) = 88+6+28=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58061C is #A7F9E3. Grayscale: #212121. Windows color (decimal): -11008484 or 1836632. OLE color: 1836632.

HSL color Cylindrical-coordinate representation of color #58061C: hue angle of 343.9º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58061C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 6 28 -
CMYK 0 0.93 0.68 0.65
HSL 343.9º 0.87% 0.18% -
HSV(B) 343.9º 0.93% 0.35% -
XYZ 4.3 2.29 1.31 -
YUV 33.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 88 6 28 0 0.93 0.68 0.65 343.9 0.87 0.18
Hex 58 6 1C 0 5D 44 41 158 57 12
Octal 130 6 34 0 135 104 101 530 127 22
Binary 1011000 110 11100 0 1011101 1000100 1000001 101011000 1010111 10010

Color Harmonies of #58061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58061C

Black with #58061C

Text Example


Text Example

White with #58061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58061C; }

 p { color: rgb(88,6,28); }

 H1.HeaderClassName
 {
   color: #58061C;
 }
 .AnyTagClassName
 {
   color: #58061C;
 }
</style>

background-color css

<style>
 a { background-color: #58061C; }

 a { background-color: rgb(88,6,28); }

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

border-color css

<style>
 span { border-color: #58061C; }

 span { border-color: rgb(88,6,28); }

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