Html Css Color HEX #532268 Scarlet Gum

📋 copy color: '#532268'

red 83 ◦ green 34 ◦ blue 104

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

Shades of Scarlet Gum #532268

Tints of Scarlet Gum #532268

RGB

 RED value IS 83 (32.81% from 255) = 37.56%

 GREEN value IS 34 (13.67% from 255) = 15.38%

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 37.56%
G = 15.38%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532268 (or 0x532268) is known color: Scarlet Gum. HEX triplet: 53, 22 and 68. RGB value is (83,34,104). Sum of RGB (Red+Green+Blue) = 83+34+104=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #532268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532268 is #ACDD97. Grayscale: #383838. Windows color (decimal): -11328920 or 6824531. OLE color: 6824531.

HSL color Cylindrical-coordinate representation of color #532268: hue angle of 282º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532268 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 34 104 -
CMYK 0.20 0.67 0 0.59
HSL 282º 0.51% 0.27% -
HSV(B) 282º 0.67% 0.41% -
XYZ 6.64 3.98 13.52 -
YUV 56.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 83 34 104 0.20 0.67 0 0.59 282 0.51 0.27
Hex 53 22 68 14 43 0 3B 11A 33 1B
Octal 123 42 150 24 103 0 73 432 63 33
Binary 1010011 100010 1101000 10100 1000011 0 111011 100011010 110011 11011

Color Harmonies of #532268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532268

Black with #532268

Text Example


Text Example

White with #532268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532268; }

 p { color: rgb(83,34,104); }

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

background-color css

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

 a { background-color: rgb(83,34,104); }

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

border-color css

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

 span { border-color: rgb(83,34,104); }

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