Html Css Color HEX #522967 Scarlet Gum

📋 copy color: '#522967'

red 82 ◦ green 41 ◦ blue 103

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

Shades of Scarlet Gum #522967

Tints of Scarlet Gum #522967

RGB

 RED value IS 82 (32.42% from 255) = 36.28%

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 103 (40.63% from 255) = 45.58%

R = 36.28%
G = 18.14%
B = 45.58%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#522967 (or 0x522967) is known color: Scarlet Gum. HEX triplet: 52, 29 and 67. RGB value is (82,41,103). Sum of RGB (Red+Green+Blue) = 82+41+103=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #522967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522967 is #ADD698. Grayscale: #3C3C3C. Windows color (decimal): -11392665 or 6760786. OLE color: 6760786.

HSL color Cylindrical-coordinate representation of color #522967: hue angle of 279.68º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522967 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 41 103 -
CMYK 0.20 0.60 0 0.60
HSL 279.68º 0.43% 0.28% -
HSV(B) 279.68º 0.6% 0.4% -
XYZ 6.72 4.36 13.32 -
YUV 60.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 82 41 103 0.20 0.60 0 0.60 279.68 0.43 0.28
Hex 52 29 67 14 3C 0 3C 118 2B 1C
Octal 122 51 147 24 74 0 74 430 53 34
Binary 1010010 101001 1100111 10100 111100 0 111100 100011000 101011 11100

Color Harmonies of #522967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522967

Black with #522967

Text Example


Text Example

White with #522967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522967; }

 p { color: rgb(82,41,103); }

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

background-color css

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

 a { background-color: rgb(82,41,103); }

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

border-color css

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

 span { border-color: rgb(82,41,103); }

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