Html Css Color HEX #522367 Scarlet Gum

📋 copy color: '#522367'

red 82 ◦ green 35 ◦ blue 103

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

Shades of Scarlet Gum #522367

Tints of Scarlet Gum #522367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 37.27%
G = 15.91%
B = 46.82%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#522367 (or 0x522367) is known color: Scarlet Gum. HEX triplet: 52, 23 and 67. RGB value is (82,35,103). Sum of RGB (Red+Green+Blue) = 82+35+103=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #522367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522367 is #ADDC98. Grayscale: #383838. Windows color (decimal): -11394201 or 6759250. OLE color: 6759250.

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

Color convert

RGB 82 35 103 -
CMYK 0.20 0.66 0 0.60
HSL 281.47º 0.49% 0.27% -
HSV(B) 281.47º 0.66% 0.4% -
XYZ 6.53 3.98 13.26 -
YUV 56.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 82 35 103 0.20 0.66 0 0.60 281.47 0.49 0.27
Hex 52 23 67 14 42 0 3C 119 31 1B
Octal 122 43 147 24 102 0 74 431 61 33
Binary 1010010 100011 1100111 10100 1000010 0 111100 100011001 110001 11011

Color Harmonies of #522367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522367

Black with #522367

Text Example


Text Example

White with #522367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522367; }

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

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

background-color css

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

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

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

border-color css

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

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

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