Html Css Color HEX #462052 Scarlet Gum

📋 copy color: '#462052'

red 70 ◦ green 32 ◦ blue 82

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

Shades of Scarlet Gum #462052

Tints of Scarlet Gum #462052

RGB

 RED value IS 70 (27.73% from 255) = 38.04%

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 38.04%
G = 17.39%
B = 44.57%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#462052 (or 0x462052) is known color: Scarlet Gum. HEX triplet: 46, 20 and 52. RGB value is (70,32,82). Sum of RGB (Red+Green+Blue) = 70+32+82=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #462052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462052 is #B9DFAD. Grayscale: #303030. Windows color (decimal): -12181422 or 5382214. OLE color: 5382214.

HSL color Cylindrical-coordinate representation of color #462052: hue angle of 285.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462052 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 32 82 -
CMYK 0.15 0.61 0 0.68
HSL 285.6º 0.44% 0.22% -
HSV(B) 285.6º 0.61% 0.32% -
XYZ 4.57 2.94 8.31 -
YUV 49.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 70 32 82 0.15 0.61 0 0.68 285.6 0.44 0.22
Hex 46 20 52 F 3D 0 44 11E 2C 16
Octal 106 40 122 17 75 0 104 436 54 26
Binary 1000110 100000 1010010 1111 111101 0 1000100 100011110 101100 10110

Color Harmonies of #462052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462052

Black with #462052

Text Example


Text Example

White with #462052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462052; }

 p { color: rgb(70,32,82); }

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

background-color css

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

 a { background-color: rgb(70,32,82); }

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

border-color css

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

 span { border-color: rgb(70,32,82); }

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