Html Css Color HEX #422451 Scarlet Gum

📋 copy color: '#422451'

red 66 ◦ green 36 ◦ blue 81

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

Shades of Scarlet Gum #422451

Tints of Scarlet Gum #422451

RGB

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

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

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

R = 36.07%
G = 19.67%
B = 44.26%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422451 (or 0x422451) is known color: Scarlet Gum. HEX triplet: 42, 24 and 51. RGB value is (66,36,81). Sum of RGB (Red+Green+Blue) = 66+36+81=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #422451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422451 is #BDDBAE. Grayscale: #313131. Windows color (decimal): -12442543 or 5317698. OLE color: 5317698.

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

Color convert

RGB 66 36 81 -
CMYK 0.19 0.56 0 0.68
HSL 280º 0.38% 0.23% -
HSV(B) 280º 0.56% 0.32% -
XYZ 4.36 3.01 8.14 -
YUV 50.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 66 36 81 0.19 0.56 0 0.68 280 0.38 0.23
Hex 42 24 51 13 38 0 44 118 26 17
Octal 102 44 121 23 70 0 104 430 46 27
Binary 1000010 100100 1010001 10011 111000 0 1000100 100011000 100110 10111

Color Harmonies of #422451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422451

Black with #422451

Text Example


Text Example

White with #422451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422451; }

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

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

background-color css

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

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

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

border-color css

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

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

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