Html Css Color HEX #422551 Scarlet Gum

📋 copy color: '#422551'

red 66 ◦ green 37 ◦ blue 81

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

Shades of Scarlet Gum #422551

Tints of Scarlet Gum #422551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 35.87%
G = 20.11%
B = 44.02%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422551 (or 0x422551) is known color: Scarlet Gum. HEX triplet: 42, 25 and 51. RGB value is (66,37,81). Sum of RGB (Red+Green+Blue) = 66+37+81=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #422551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422551 is #BDDAAE. Grayscale: #323232. Windows color (decimal): -12442287 or 5317954. OLE color: 5317954.

HSL color Cylindrical-coordinate representation of color #422551: hue angle of 279.55º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #422551 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 37 81 -
CMYK 0.19 0.54 0 0.68
HSL 279.55º 0.37% 0.23% -
HSV(B) 279.55º 0.54% 0.32% -
XYZ 4.39 3.08 8.15 -
YUV 50.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 66 37 81 0.19 0.54 0 0.68 279.55 0.37 0.23
Hex 42 25 51 13 36 0 44 118 25 17
Octal 102 45 121 23 66 0 104 430 45 27
Binary 1000010 100101 1010001 10011 110110 0 1000100 100011000 100101 10111

Color Harmonies of #422551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422551

Black with #422551

Text Example


Text Example

White with #422551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422551; }

 p { color: rgb(66,37,81); }

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

background-color css

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

 a { background-color: rgb(66,37,81); }

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

border-color css

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

 span { border-color: rgb(66,37,81); }

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