Html Css Color HEX #422456 Scarlet Gum

📋 copy color: '#422456'

red 66 ◦ green 36 ◦ blue 86

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

Shades of Scarlet Gum #422456

Tints of Scarlet Gum #422456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 35.11%
G = 19.15%
B = 45.74%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#422456 (or 0x422456) is known color: Scarlet Gum. HEX triplet: 42, 24 and 56. RGB value is (66,36,86). Sum of RGB (Red+Green+Blue) = 66+36+86=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #422456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422456 is #BDDBA9. Grayscale: #323232. Windows color (decimal): -12442538 or 5645378. OLE color: 5645378.

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

Color convert

RGB 66 36 86 -
CMYK 0.23 0.58 0 0.66
HSL 276º 0.41% 0.24% -
HSV(B) 276º 0.58% 0.34% -
XYZ 4.56 3.09 9.16 -
YUV 50.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 66 36 86 0.23 0.58 0 0.66 276 0.41 0.24
Hex 42 24 56 17 3A 0 42 114 29 18
Octal 102 44 126 27 72 0 102 424 51 30
Binary 1000010 100100 1010110 10111 111010 0 1000010 100010100 101001 11000

Color Harmonies of #422456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422456

Black with #422456

Text Example


Text Example

White with #422456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422456; }

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

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

background-color css

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

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

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

border-color css

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

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

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