Html Css Color HEX #42214F Scarlet Gum

📋 copy color: '#42214F'

red 66 ◦ green 33 ◦ blue 79

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

Shades of Scarlet Gum #42214F

Tints of Scarlet Gum #42214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 79 (31.25% from 255) = 44.38%

R = 37.08%
G = 18.54%
B = 44.38%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42214F (or 0x42214F) is known color: Scarlet Gum. HEX triplet: 42, 21 and 4F. RGB value is (66,33,79). Sum of RGB (Red+Green+Blue) = 66+33+79=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #42214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42214F is #BDDEB0. Grayscale: #2F2F2F. Windows color (decimal): -12443313 or 5185858. OLE color: 5185858.

HSL color Cylindrical-coordinate representation of color #42214F: hue angle of 283.04º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42214F is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 33 79 -
CMYK 0.16 0.58 0 0.69
HSL 283.04º 0.41% 0.22% -
HSV(B) 283.04º 0.58% 0.31% -
XYZ 4.2 2.81 7.72 -
YUV 48.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 66 33 79 0.16 0.58 0 0.69 283.04 0.41 0.22
Hex 42 21 4F 10 3A 0 45 11B 29 16
Octal 102 41 117 20 72 0 105 433 51 26
Binary 1000010 100001 1001111 10000 111010 0 1000101 100011011 101001 10110

Color Harmonies of #42214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42214F

Black with #42214F

Text Example


Text Example

White with #42214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42214F; }

 p { color: rgb(66,33,79); }

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

background-color css

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

 a { background-color: rgb(66,33,79); }

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

border-color css

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

 span { border-color: rgb(66,33,79); }

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