Html Css Color HEX #422152 Scarlet Gum

📋 copy color: '#422152'

red 66 ◦ green 33 ◦ blue 82

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

Shades of Scarlet Gum #422152

Tints of Scarlet Gum #422152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.3%

R = 36.46%
G = 18.23%
B = 45.3%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422152 (or 0x422152) is known color: Scarlet Gum. HEX triplet: 42, 21 and 52. RGB value is (66,33,82). Sum of RGB (Red+Green+Blue) = 66+33+82=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #422152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422152 is #BDDEAD. Grayscale: #303030. Windows color (decimal): -12443310 or 5382466. OLE color: 5382466.

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

Color convert

RGB 66 33 82 -
CMYK 0.20 0.60 0 0.68
HSL 280.41º 0.43% 0.23% -
HSV(B) 280.41º 0.6% 0.32% -
XYZ 4.31 2.86 8.31 -
YUV 48.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 66 33 82 0.20 0.60 0 0.68 280.41 0.43 0.23
Hex 42 21 52 14 3C 0 44 118 2B 17
Octal 102 41 122 24 74 0 104 430 53 27
Binary 1000010 100001 1010010 10100 111100 0 1000100 100011000 101011 10111

Color Harmonies of #422152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422152

Black with #422152

Text Example


Text Example

White with #422152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422152; }

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

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

background-color css

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

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

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

border-color css

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

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

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