Html Css Color HEX #422351 Scarlet Gum

📋 copy color: '#422351'

red 66 ◦ green 35 ◦ blue 81

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

Shades of Scarlet Gum #422351

Tints of Scarlet Gum #422351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 36.26%
G = 19.23%
B = 44.51%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422351 (or 0x422351) is known color: Scarlet Gum. HEX triplet: 42, 23 and 51. RGB value is (66,35,81). Sum of RGB (Red+Green+Blue) = 66+35+81=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #422351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422351 is #BDDCAE. Grayscale: #313131. Windows color (decimal): -12442799 or 5317442. OLE color: 5317442.

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

Color convert

RGB 66 35 81 -
CMYK 0.19 0.57 0 0.68
HSL 280.43º 0.4% 0.23% -
HSV(B) 280.43º 0.57% 0.32% -
XYZ 4.33 2.95 8.13 -
YUV 49.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 66 35 81 0.19 0.57 0 0.68 280.43 0.4 0.23
Hex 42 23 51 13 39 0 44 118 28 17
Octal 102 43 121 23 71 0 104 430 50 27
Binary 1000010 100011 1010001 10011 111001 0 1000100 100011000 101000 10111

Color Harmonies of #422351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422351

Black with #422351

Text Example


Text Example

White with #422351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422351; }

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

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

background-color css

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

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

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

border-color css

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

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

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