Html Css Color HEX #42204D Scarlet Gum

📋 copy color: '#42204D'

red 66 ◦ green 32 ◦ blue 77

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

Shades of Scarlet Gum #42204D

Tints of Scarlet Gum #42204D

RGB

 RED value IS 66 (26.17% from 255) = 37.71%

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

 BLUE value IS 77 (30.47% from 255) = 44%

R = 37.71%
G = 18.29%
B = 44%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42204D (or 0x42204D) is known color: Scarlet Gum. HEX triplet: 42, 20 and 4D. RGB value is (66,32,77). Sum of RGB (Red+Green+Blue) = 66+32+77=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #42204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42204D is #BDDFB2. Grayscale: #2F2F2F. Windows color (decimal): -12443571 or 5054530. OLE color: 5054530.

HSL color Cylindrical-coordinate representation of color #42204D: hue angle of 285.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42204D is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 32 77 -
CMYK 0.14 0.58 0 0.70
HSL 285.33º 0.41% 0.21% -
HSV(B) 285.33º 0.58% 0.3% -
XYZ 4.1 2.73 7.33 -
YUV 47.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 66 32 77 0.14 0.58 0 0.70 285.33 0.41 0.21
Hex 42 20 4D E 3A 0 46 11D 29 15
Octal 102 40 115 16 72 0 106 435 51 25
Binary 1000010 100000 1001101 1110 111010 0 1000110 100011101 101001 10101

Color Harmonies of #42204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42204D

Black with #42204D

Text Example


Text Example

White with #42204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42204D; }

 p { color: rgb(66,32,77); }

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

background-color css

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

 a { background-color: rgb(66,32,77); }

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

border-color css

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

 span { border-color: rgb(66,32,77); }

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