Html Css Color HEX #58102A Bordeaux

📋 copy color: '#58102A'

red 88 ◦ green 16 ◦ blue 42

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

Shades of Bordeaux #58102A

Tints of Bordeaux #58102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 60.27%
G = 10.96%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58102A (or 0x58102A) is known color: Bordeaux. HEX triplet: 58, 10 and 2A. RGB value is (88,16,42). Sum of RGB (Red+Green+Blue) = 88+16+42=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #58102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58102A is #A7EFD5. Grayscale: #282828. Windows color (decimal): -11005910 or 2756696. OLE color: 2756696.

HSL color Cylindrical-coordinate representation of color #58102A: hue angle of 338.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58102A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 42 -
CMYK 0 0.82 0.52 0.65
HSL 338.33º 0.69% 0.2% -
HSV(B) 338.33º 0.82% 0.35% -
XYZ 4.63 2.61 2.45 -
YUV 40.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 88 16 42 0 0.82 0.52 0.65 338.33 0.69 0.2
Hex 58 10 2A 0 52 34 41 152 45 14
Octal 130 20 52 0 122 64 101 522 105 24
Binary 1011000 10000 101010 0 1010010 110100 1000001 101010010 1000101 10100

Color Harmonies of #58102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58102A

Black with #58102A

Text Example


Text Example

White with #58102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58102A; }

 p { color: rgb(88,16,42); }

 H1.HeaderClassName
 {
   color: #58102A;
 }
 .AnyTagClassName
 {
   color: #58102A;
 }
</style>

background-color css

<style>
 a { background-color: #58102A; }

 a { background-color: rgb(88,16,42); }

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

border-color css

<style>
 span { border-color: #58102A; }

 span { border-color: rgb(88,16,42); }

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