Html Css Color HEX #532B62 Scarlet Gum

📋 copy color: '#532B62'

red 83 ◦ green 43 ◦ blue 98

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

Shades of Scarlet Gum #532B62

Tints of Scarlet Gum #532B62

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

 BLUE value IS 98 (38.67% from 255) = 43.75%

R = 37.05%
G = 19.2%
B = 43.75%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532B62 (or 0x532B62) is known color: Scarlet Gum. HEX triplet: 53, 2B and 62. RGB value is (83,43,98). Sum of RGB (Red+Green+Blue) = 83+43+98=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #532B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B62 is #ACD49D. Grayscale: #3D3D3D. Windows color (decimal): -11326622 or 6433619. OLE color: 6433619.

HSL color Cylindrical-coordinate representation of color #532B62: hue angle of 283.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #532B62 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 43 98 -
CMYK 0.15 0.56 0 0.62
HSL 283.64º 0.39% 0.28% -
HSV(B) 283.64º 0.56% 0.38% -
XYZ 6.64 4.45 12.06 -
YUV 61.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 83 43 98 0.15 0.56 0 0.62 283.64 0.39 0.28
Hex 53 2B 62 F 38 0 3E 11C 27 1C
Octal 123 53 142 17 70 0 76 434 47 34
Binary 1010011 101011 1100010 1111 111000 0 111110 100011100 100111 11100

Color Harmonies of #532B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B62

Black with #532B62

Text Example


Text Example

White with #532B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B62; }

 p { color: rgb(83,43,98); }

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

background-color css

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

 a { background-color: rgb(83,43,98); }

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

border-color css

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

 span { border-color: rgb(83,43,98); }

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