Html Css Color HEX #581369 Scarlet Gum

📋 copy color: '#581369'

red 88 ◦ green 19 ◦ blue 105

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

Shades of Scarlet Gum #581369

Tints of Scarlet Gum #581369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 41.51%
G = 8.96%
B = 49.53%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581369 (or 0x581369) is known color: Scarlet Gum. HEX triplet: 58, 13 and 69. RGB value is (88,19,105). Sum of RGB (Red+Green+Blue) = 88+19+105=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #581369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581369 is #A7EC96. Grayscale: #313131. Windows color (decimal): -11005079 or 6886232. OLE color: 6886232.

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

Color convert

RGB 88 19 105 -
CMYK 0.16 0.82 0 0.59
HSL 288.14º 0.69% 0.24% -
HSV(B) 288.14º 0.82% 0.41% -
XYZ 6.81 3.56 13.69 -
YUV 49.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 88 19 105 0.16 0.82 0 0.59 288.14 0.69 0.24
Hex 58 13 69 10 52 0 3B 120 45 18
Octal 130 23 151 20 122 0 73 440 105 30
Binary 1011000 10011 1101001 10000 1010010 0 111011 100100000 1000101 11000

Color Harmonies of #581369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581369

Black with #581369

Text Example


Text Example

White with #581369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581369; }

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

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

background-color css

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

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

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

border-color css

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

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

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