Html Css Color HEX #422253 Scarlet Gum

📋 copy color: '#422253'

red 66 ◦ green 34 ◦ blue 83

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

Shades of Scarlet Gum #422253

Tints of Scarlet Gum #422253

RGB

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

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

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

R = 36.07%
G = 18.58%
B = 45.36%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422253 (or 0x422253) is known color: Scarlet Gum. HEX triplet: 42, 22 and 53. RGB value is (66,34,83). Sum of RGB (Red+Green+Blue) = 66+34+83=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #422253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422253 is #BDDDAC. Grayscale: #303030. Windows color (decimal): -12443053 or 5448258. OLE color: 5448258.

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

Color convert

RGB 66 34 83 -
CMYK 0.20 0.59 0 0.67
HSL 279.18º 0.42% 0.23% -
HSV(B) 279.18º 0.59% 0.33% -
XYZ 4.38 2.93 8.52 -
YUV 49.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 66 34 83 0.20 0.59 0 0.67 279.18 0.42 0.23
Hex 42 22 53 14 3B 0 43 117 2A 17
Octal 102 42 123 24 73 0 103 427 52 27
Binary 1000010 100010 1010011 10100 111011 0 1000011 100010111 101010 10111

Color Harmonies of #422253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422253

Black with #422253

Text Example


Text Example

White with #422253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422253; }

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

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

background-color css

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

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

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

border-color css

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

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

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