Html Css Color HEX #422251 Scarlet Gum

📋 copy color: '#422251'

red 66 ◦ green 34 ◦ blue 81

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

Shades of Scarlet Gum #422251

Tints of Scarlet Gum #422251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 36.46%
G = 18.78%
B = 44.75%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422251 (or 0x422251) is known color: Scarlet Gum. HEX triplet: 42, 22 and 51. RGB value is (66,34,81). Sum of RGB (Red+Green+Blue) = 66+34+81=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #422251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422251 is #BDDDAE. Grayscale: #303030. Windows color (decimal): -12443055 or 5317186. OLE color: 5317186.

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

Color convert

RGB 66 34 81 -
CMYK 0.19 0.58 0 0.68
HSL 280.85º 0.41% 0.23% -
HSV(B) 280.85º 0.58% 0.32% -
XYZ 4.3 2.9 8.12 -
YUV 48.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 66 34 81 0.19 0.58 0 0.68 280.85 0.41 0.23
Hex 42 22 51 13 3A 0 44 119 29 17
Octal 102 42 121 23 72 0 104 431 51 27
Binary 1000010 100010 1010001 10011 111010 0 1000100 100011001 101001 10111

Color Harmonies of #422251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422251

Black with #422251

Text Example


Text Example

White with #422251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422251; }

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

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

background-color css

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

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

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

border-color css

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

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

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