Html Css Color HEX #532967 Scarlet Gum

📋 copy color: '#532967'

red 83 ◦ green 41 ◦ blue 103

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

Shades of Scarlet Gum #532967

Tints of Scarlet Gum #532967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 36.56%
G = 18.06%
B = 45.37%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#532967 (or 0x532967) is known color: Scarlet Gum. HEX triplet: 53, 29 and 67. RGB value is (83,41,103). Sum of RGB (Red+Green+Blue) = 83+41+103=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #532967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532967 is #ACD698. Grayscale: #3C3C3C. Windows color (decimal): -11327129 or 6760787. OLE color: 6760787.

HSL color Cylindrical-coordinate representation of color #532967: hue angle of 280.65º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532967 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 41 103 -
CMYK 0.19 0.60 0 0.60
HSL 280.65º 0.43% 0.28% -
HSV(B) 280.65º 0.6% 0.4% -
XYZ 6.81 4.4 13.32 -
YUV 60.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 83 41 103 0.19 0.60 0 0.60 280.65 0.43 0.28
Hex 53 29 67 13 3C 0 3C 119 2B 1C
Octal 123 51 147 23 74 0 74 431 53 34
Binary 1010011 101001 1100111 10011 111100 0 111100 100011001 101011 11100

Color Harmonies of #532967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532967

Black with #532967

Text Example


Text Example

White with #532967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532967; }

 p { color: rgb(83,41,103); }

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

background-color css

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

 a { background-color: rgb(83,41,103); }

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

border-color css

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

 span { border-color: rgb(83,41,103); }

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