Html Css Color HEX #42224C Scarlet Gum

📋 copy color: '#42224C'

red 66 ◦ green 34 ◦ blue 76

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

Shades of Scarlet Gum #42224C

Tints of Scarlet Gum #42224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.18%

R = 37.5%
G = 19.32%
B = 43.18%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42224C (or 0x42224C) is known color: Scarlet Gum. HEX triplet: 42, 22 and 4C. RGB value is (66,34,76). Sum of RGB (Red+Green+Blue) = 66+34+76=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #42224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42224C is #BDDDB3. Grayscale: #303030. Windows color (decimal): -12443060 or 4989506. OLE color: 4989506.

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

Color convert

RGB 66 34 76 -
CMYK 0.13 0.55 0 0.70
HSL 285.71º 0.38% 0.22% -
HSV(B) 285.71º 0.55% 0.3% -
XYZ 4.12 2.82 7.17 -
YUV 48.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 66 34 76 0.13 0.55 0 0.70 285.71 0.38 0.22
Hex 42 22 4C D 37 0 46 11E 26 16
Octal 102 42 114 15 67 0 106 436 46 26
Binary 1000010 100010 1001100 1101 110111 0 1000110 100011110 100110 10110

Color Harmonies of #42224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42224C

Black with #42224C

Text Example


Text Example

White with #42224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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