Html Css Color HEX #532269 Scarlet Gum

📋 copy color: '#532269'

red 83 ◦ green 34 ◦ blue 105

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

Shades of Scarlet Gum #532269

Tints of Scarlet Gum #532269

RGB

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

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

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

R = 37.39%
G = 15.32%
B = 47.3%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532269 (or 0x532269) is known color: Scarlet Gum. HEX triplet: 53, 22 and 69. RGB value is (83,34,105). Sum of RGB (Red+Green+Blue) = 83+34+105=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #532269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532269 is #ACDD96. Grayscale: #383838. Windows color (decimal): -11328919 or 6890067. OLE color: 6890067.

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

Color convert

RGB 83 34 105 -
CMYK 0.21 0.68 0 0.59
HSL 281.41º 0.51% 0.27% -
HSV(B) 281.41º 0.68% 0.41% -
XYZ 6.69 4 13.78 -
YUV 56.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 83 34 105 0.21 0.68 0 0.59 281.41 0.51 0.27
Hex 53 22 69 15 44 0 3B 119 33 1B
Octal 123 42 151 25 104 0 73 431 63 33
Binary 1010011 100010 1101001 10101 1000100 0 111011 100011001 110011 11011

Color Harmonies of #532269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532269

Black with #532269

Text Example


Text Example

White with #532269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532269; }

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

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

background-color css

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

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

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

border-color css

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

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

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