Html Css Color HEX #42224D Scarlet Gum

📋 copy color: '#42224D'

red 66 ◦ green 34 ◦ blue 77

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

Shades of Scarlet Gum #42224D

Tints of Scarlet Gum #42224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 37.29%
G = 19.21%
B = 43.5%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42224D (or 0x42224D) is known color: Scarlet Gum. HEX triplet: 42, 22 and 4D. RGB value is (66,34,77). Sum of RGB (Red+Green+Blue) = 66+34+77=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #42224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42224D is #BDDDB2. Grayscale: #303030. Windows color (decimal): -12443059 or 5055042. OLE color: 5055042.

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

Color convert

RGB 66 34 77 -
CMYK 0.14 0.56 0 0.70
HSL 284.65º 0.39% 0.22% -
HSV(B) 284.65º 0.56% 0.3% -
XYZ 4.16 2.84 7.35 -
YUV 48.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 66 34 77 0.14 0.56 0 0.70 284.65 0.39 0.22
Hex 42 22 4D E 38 0 46 11D 27 16
Octal 102 42 115 16 70 0 106 435 47 26
Binary 1000010 100010 1001101 1110 111000 0 1000110 100011101 100111 10110

Color Harmonies of #42224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42224D

Black with #42224D

Text Example


Text Example

White with #42224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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