Html Css Color HEX #581969 Scarlet Gum

📋 copy color: '#581969'

red 88 ◦ green 25 ◦ blue 105

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

Shades of Scarlet Gum #581969

Tints of Scarlet Gum #581969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 40.37%
G = 11.47%
B = 48.17%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581969 (or 0x581969) is known color: Scarlet Gum. HEX triplet: 58, 19 and 69. RGB value is (88,25,105). Sum of RGB (Red+Green+Blue) = 88+25+105=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #581969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581969 is #A7E696. Grayscale: #343434. Windows color (decimal): -11003543 or 6887768. OLE color: 6887768.

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

Color convert

RGB 88 25 105 -
CMYK 0.16 0.76 0 0.59
HSL 287.25º 0.62% 0.25% -
HSV(B) 287.25º 0.76% 0.41% -
XYZ 6.92 3.79 13.73 -
YUV 52.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 88 25 105 0.16 0.76 0 0.59 287.25 0.62 0.25
Hex 58 19 69 10 4C 0 3B 11F 3E 19
Octal 130 31 151 20 114 0 73 437 76 31
Binary 1011000 11001 1101001 10000 1001100 0 111011 100011111 111110 11001

Color Harmonies of #581969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581969

Black with #581969

Text Example


Text Example

White with #581969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581969; }

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

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

background-color css

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

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

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

border-color css

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

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

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