Html Css Color HEX #422153 Scarlet Gum

📋 copy color: '#422153'

red 66 ◦ green 33 ◦ blue 83

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

Shades of Scarlet Gum #422153

Tints of Scarlet Gum #422153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 36.26%
G = 18.13%
B = 45.6%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422153 (or 0x422153) is known color: Scarlet Gum. HEX triplet: 42, 21 and 53. RGB value is (66,33,83). Sum of RGB (Red+Green+Blue) = 66+33+83=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #422153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422153 is #BDDEAC. Grayscale: #303030. Windows color (decimal): -12443309 or 5448002. OLE color: 5448002.

HSL color Cylindrical-coordinate representation of color #422153: hue angle of 279.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422153 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 33 83 -
CMYK 0.20 0.60 0 0.67
HSL 279.6º 0.43% 0.23% -
HSV(B) 279.6º 0.6% 0.33% -
XYZ 4.35 2.87 8.51 -
YUV 48.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 66 33 83 0.20 0.60 0 0.67 279.6 0.43 0.23
Hex 42 21 53 14 3C 0 43 118 2B 17
Octal 102 41 123 24 74 0 103 430 53 27
Binary 1000010 100001 1010011 10100 111100 0 1000011 100011000 101011 10111

Color Harmonies of #422153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422153

Black with #422153

Text Example


Text Example

White with #422153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422153; }

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

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

background-color css

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

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

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

border-color css

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

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

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