Html Css Color HEX #422151 Scarlet Gum

📋 copy color: '#422151'

red 66 ◦ green 33 ◦ blue 81

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

Shades of Scarlet Gum #422151

Tints of Scarlet Gum #422151

RGB

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

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

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

R = 36.67%
G = 18.33%
B = 45%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422151 (or 0x422151) is known color: Scarlet Gum. HEX triplet: 42, 21 and 51. RGB value is (66,33,81). Sum of RGB (Red+Green+Blue) = 66+33+81=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #422151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422151 is #BDDEAE. Grayscale: #303030. Windows color (decimal): -12443311 or 5316930. OLE color: 5316930.

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

Color convert

RGB 66 33 81 -
CMYK 0.19 0.59 0 0.68
HSL 281.25º 0.42% 0.22% -
HSV(B) 281.25º 0.59% 0.32% -
XYZ 4.28 2.84 8.11 -
YUV 48.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 66 33 81 0.19 0.59 0 0.68 281.25 0.42 0.22
Hex 42 21 51 13 3B 0 44 119 2A 16
Octal 102 41 121 23 73 0 104 431 52 26
Binary 1000010 100001 1010001 10011 111011 0 1000100 100011001 101010 10110

Color Harmonies of #422151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422151

Black with #422151

Text Example


Text Example

White with #422151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422151; }

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

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

background-color css

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

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

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

border-color css

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

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

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