Html Css Color HEX #52136A Scarlet Gum

📋 copy color: '#52136A'

red 82 ◦ green 19 ◦ blue 106

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

Shades of Scarlet Gum #52136A

Tints of Scarlet Gum #52136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.21%

R = 39.61%
G = 9.18%
B = 51.21%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52136A (or 0x52136A) is known color: Scarlet Gum. HEX triplet: 52, 13 and 6A. RGB value is (82,19,106). Sum of RGB (Red+Green+Blue) = 82+19+106=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #52136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52136A is #ADEC95. Grayscale: #2F2F2F. Windows color (decimal): -11398294 or 6951762. OLE color: 6951762.

HSL color Cylindrical-coordinate representation of color #52136A: hue angle of 283.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52136A is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 19 106 -
CMYK 0.23 0.82 0 0.58
HSL 283.45º 0.7% 0.25% -
HSV(B) 283.45º 0.82% 0.42% -
XYZ 6.31 3.3 13.94 -
YUV 47.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 82 19 106 0.23 0.82 0 0.58 283.45 0.7 0.25
Hex 52 13 6A 17 52 0 3A 11B 46 19
Octal 122 23 152 27 122 0 72 433 106 31
Binary 1010010 10011 1101010 10111 1010010 0 111010 100011011 1000110 11001

Color Harmonies of #52136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52136A

Black with #52136A

Text Example


Text Example

White with #52136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52136A; }

 p { color: rgb(82,19,106); }

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

background-color css

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

 a { background-color: rgb(82,19,106); }

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

border-color css

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

 span { border-color: rgb(82,19,106); }

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