Html Css Color HEX #422156 Scarlet Gum

📋 copy color: '#422156'

red 66 ◦ green 33 ◦ blue 86

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

Shades of Scarlet Gum #422156

Tints of Scarlet Gum #422156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 35.68%
G = 17.84%
B = 46.49%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422156 (or 0x422156) is known color: Scarlet Gum. HEX triplet: 42, 21 and 56. RGB value is (66,33,86). Sum of RGB (Red+Green+Blue) = 66+33+86=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #422156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422156 is #BDDEA9. Grayscale: #303030. Windows color (decimal): -12443306 or 5644610. OLE color: 5644610.

HSL color Cylindrical-coordinate representation of color #422156: hue angle of 277.36º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422156 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 33 86 -
CMYK 0.23 0.62 0 0.66
HSL 277.36º 0.45% 0.23% -
HSV(B) 277.36º 0.62% 0.34% -
XYZ 4.47 2.92 9.13 -
YUV 48.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 66 33 86 0.23 0.62 0 0.66 277.36 0.45 0.23
Hex 42 21 56 17 3E 0 42 115 2D 17
Octal 102 41 126 27 76 0 102 425 55 27
Binary 1000010 100001 1010110 10111 111110 0 1000010 100010101 101101 10111

Color Harmonies of #422156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422156

Black with #422156

Text Example


Text Example

White with #422156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422156; }

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

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

background-color css

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

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

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

border-color css

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

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

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