Html Css Color HEX #422453 Scarlet Gum

📋 copy color: '#422453'

red 66 ◦ green 36 ◦ blue 83

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

Shades of Scarlet Gum #422453

Tints of Scarlet Gum #422453

RGB

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

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

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

R = 35.68%
G = 19.46%
B = 44.86%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#422453 (or 0x422453) is known color: Scarlet Gum. HEX triplet: 42, 24 and 53. RGB value is (66,36,83). Sum of RGB (Red+Green+Blue) = 66+36+83=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #422453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422453 is #BDDBAC. Grayscale: #323232. Windows color (decimal): -12442541 or 5448770. OLE color: 5448770.

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

Color convert

RGB 66 36 83 -
CMYK 0.20 0.57 0 0.67
HSL 278.3º 0.39% 0.23% -
HSV(B) 278.3º 0.57% 0.33% -
XYZ 4.44 3.04 8.54 -
YUV 50.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 66 36 83 0.20 0.57 0 0.67 278.3 0.39 0.23
Hex 42 24 53 14 39 0 43 116 27 17
Octal 102 44 123 24 71 0 103 426 47 27
Binary 1000010 100100 1010011 10100 111001 0 1000011 100010110 100111 10111

Color Harmonies of #422453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422453

Black with #422453

Text Example


Text Example

White with #422453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422453; }

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

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

background-color css

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

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

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

border-color css

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

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

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