Html Css Color HEX #532869 Scarlet Gum

📋 copy color: '#532869'

red 83 ◦ green 40 ◦ blue 105

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

Shades of Scarlet Gum #532869

Tints of Scarlet Gum #532869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 36.4%
G = 17.54%
B = 46.05%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532869 (or 0x532869) is known color: Scarlet Gum. HEX triplet: 53, 28 and 69. RGB value is (83,40,105). Sum of RGB (Red+Green+Blue) = 83+40+105=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #532869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532869 is #ACD796. Grayscale: #3C3C3C. Windows color (decimal): -11327383 or 6891603. OLE color: 6891603.

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

Color convert

RGB 83 40 105 -
CMYK 0.21 0.62 0 0.59
HSL 279.69º 0.45% 0.28% -
HSV(B) 279.69º 0.62% 0.41% -
XYZ 6.88 4.38 13.85 -
YUV 60.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 83 40 105 0.21 0.62 0 0.59 279.69 0.45 0.28
Hex 53 28 69 15 3E 0 3B 118 2D 1C
Octal 123 50 151 25 76 0 73 430 55 34
Binary 1010011 101000 1101001 10101 111110 0 111011 100011000 101101 11100

Color Harmonies of #532869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532869

Black with #532869

Text Example


Text Example

White with #532869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532869; }

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

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

background-color css

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

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

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

border-color css

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

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

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