Html Css Color HEX #581269 Scarlet Gum

📋 copy color: '#581269'

red 88 ◦ green 18 ◦ blue 105

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

Shades of Scarlet Gum #581269

Tints of Scarlet Gum #581269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 41.71%
G = 8.53%
B = 49.76%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581269 (or 0x581269) is known color: Scarlet Gum. HEX triplet: 58, 12 and 69. RGB value is (88,18,105). Sum of RGB (Red+Green+Blue) = 88+18+105=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #581269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581269 is #A7ED96. Grayscale: #303030. Windows color (decimal): -11005335 or 6885976. OLE color: 6885976.

HSL color Cylindrical-coordinate representation of color #581269: hue angle of 288.28º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581269 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 18 105 -
CMYK 0.16 0.83 0 0.59
HSL 288.28º 0.71% 0.24% -
HSV(B) 288.28º 0.83% 0.41% -
XYZ 6.79 3.53 13.69 -
YUV 48.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 88 18 105 0.16 0.83 0 0.59 288.28 0.71 0.24
Hex 58 12 69 10 53 0 3B 120 47 18
Octal 130 22 151 20 123 0 73 440 107 30
Binary 1011000 10010 1101001 10000 1010011 0 111011 100100000 1000111 11000

Color Harmonies of #581269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581269

Black with #581269

Text Example


Text Example

White with #581269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581269; }

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

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

background-color css

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

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

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

border-color css

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

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

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