Html Css Color HEX #532465 Scarlet Gum

📋 copy color: '#532465'

red 83 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #532465

Tints of Scarlet Gum #532465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 37.73%
G = 16.36%
B = 45.91%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#532465 (or 0x532465) is known color: Scarlet Gum. HEX triplet: 53, 24 and 65. RGB value is (83,36,101). Sum of RGB (Red+Green+Blue) = 83+36+101=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #532465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532465 is #ACDB9A. Grayscale: #393939. Windows color (decimal): -11328411 or 6628435. OLE color: 6628435.

HSL color Cylindrical-coordinate representation of color #532465: hue angle of 283.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532465 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 36 101 -
CMYK 0.18 0.64 0 0.60
HSL 283.38º 0.47% 0.27% -
HSV(B) 283.38º 0.64% 0.4% -
XYZ 6.55 4.04 12.75 -
YUV 57.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 83 36 101 0.18 0.64 0 0.60 283.38 0.47 0.27
Hex 53 24 65 12 40 0 3C 11B 2F 1B
Octal 123 44 145 22 100 0 74 433 57 33
Binary 1010011 100100 1100101 10010 1000000 0 111100 100011011 101111 11011

Color Harmonies of #532465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532465

Black with #532465

Text Example


Text Example

White with #532465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532465; }

 p { color: rgb(83,36,101); }

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

background-color css

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

 a { background-color: rgb(83,36,101); }

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

border-color css

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

 span { border-color: rgb(83,36,101); }

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