Html Css Color HEX #42224E Scarlet Gum

📋 copy color: '#42224E'

red 66 ◦ green 34 ◦ blue 78

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

Shades of Scarlet Gum #42224E

Tints of Scarlet Gum #42224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.82%

R = 37.08%
G = 19.1%
B = 43.82%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42224E (or 0x42224E) is known color: Scarlet Gum. HEX triplet: 42, 22 and 4E. RGB value is (66,34,78). Sum of RGB (Red+Green+Blue) = 66+34+78=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #42224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42224E is #BDDDB1. Grayscale: #303030. Windows color (decimal): -12443058 or 5120578. OLE color: 5120578.

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

Color convert

RGB 66 34 78 -
CMYK 0.15 0.56 0 0.69
HSL 283.64º 0.39% 0.22% -
HSV(B) 283.64º 0.56% 0.31% -
XYZ 4.19 2.85 7.54 -
YUV 48.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 66 34 78 0.15 0.56 0 0.69 283.64 0.39 0.22
Hex 42 22 4E F 38 0 45 11C 27 16
Octal 102 42 116 17 70 0 105 434 47 26
Binary 1000010 100010 1001110 1111 111000 0 1000101 100011100 100111 10110

Color Harmonies of #42224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42224E

Black with #42224E

Text Example


Text Example

White with #42224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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