Html Css Color HEX #58126A Scarlet Gum

📋 copy color: '#58126A'

red 88 ◦ green 18 ◦ blue 106

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

Shades of Scarlet Gum #58126A

Tints of Scarlet Gum #58126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 106 (41.8% from 255) = 50%

R = 41.51%
G = 8.49%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58126A (or 0x58126A) is known color: Scarlet Gum. HEX triplet: 58, 12 and 6A. RGB value is (88,18,106). Sum of RGB (Red+Green+Blue) = 88+18+106=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #58126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58126A is #A7ED95. Grayscale: #303030. Windows color (decimal): -11005334 or 6951512. OLE color: 6951512.

HSL color Cylindrical-coordinate representation of color #58126A: hue angle of 287.73º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58126A is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 18 106 -
CMYK 0.17 0.83 0 0.58
HSL 287.73º 0.71% 0.24% -
HSV(B) 287.73º 0.83% 0.42% -
XYZ 6.84 3.55 13.96 -
YUV 48.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 88 18 106 0.17 0.83 0 0.58 287.73 0.71 0.24
Hex 58 12 6A 11 53 0 3A 120 47 18
Octal 130 22 152 21 123 0 72 440 107 30
Binary 1011000 10010 1101010 10001 1010011 0 111010 100100000 1000111 11000

Color Harmonies of #58126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58126A

Black with #58126A

Text Example


Text Example

White with #58126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,18,106); }

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

background-color css

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

 a { background-color: rgb(88,18,106); }

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

border-color css

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

 span { border-color: rgb(88,18,106); }

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