Html Css Color HEX #532369 Scarlet Gum

📋 copy color: '#532369'

red 83 ◦ green 35 ◦ blue 105

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

Shades of Scarlet Gum #532369

Tints of Scarlet Gum #532369

RGB

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

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

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

R = 37.22%
G = 15.7%
B = 47.09%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532369 (or 0x532369) is known color: Scarlet Gum. HEX triplet: 53, 23 and 69. RGB value is (83,35,105). Sum of RGB (Red+Green+Blue) = 83+35+105=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #532369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532369 is #ACDC96. Grayscale: #393939. Windows color (decimal): -11328663 or 6890323. OLE color: 6890323.

HSL color Cylindrical-coordinate representation of color #532369: hue angle of 281.14º degrees, saturation: 0.5, 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 #532369 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 35 105 -
CMYK 0.21 0.67 0 0.59
HSL 281.14º 0.5% 0.27% -
HSV(B) 281.14º 0.67% 0.41% -
XYZ 6.72 4.06 13.79 -
YUV 57.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 83 35 105 0.21 0.67 0 0.59 281.14 0.5 0.27
Hex 53 23 69 15 43 0 3B 119 32 1B
Octal 123 43 151 25 103 0 73 431 62 33
Binary 1010011 100011 1101001 10101 1000011 0 111011 100011001 110010 11011

Color Harmonies of #532369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532369

Black with #532369

Text Example


Text Example

White with #532369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532369; }

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

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

background-color css

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

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

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

border-color css

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

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

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