Html Css Color HEX #421153 Scarlet Gum

📋 copy color: '#421153'

red 66 ◦ green 17 ◦ blue 83

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

Shades of Scarlet Gum #421153

Tints of Scarlet Gum #421153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 39.76%
G = 10.24%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421153 (or 0x421153) is known color: Scarlet Gum. HEX triplet: 42, 11 and 53. RGB value is (66,17,83). Sum of RGB (Red+Green+Blue) = 66+17+83=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #421153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421153 is #BDEEAC. Grayscale: #262626. Windows color (decimal): -12447405 or 5443906. OLE color: 5443906.

HSL color Cylindrical-coordinate representation of color #421153: hue angle of 284.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421153 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 17 83 -
CMYK 0.20 0.80 0 0.67
HSL 284.55º 0.66% 0.2% -
HSV(B) 284.55º 0.8% 0.33% -
XYZ 4.01 2.18 8.39 -
YUV 39.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 66 17 83 0.20 0.80 0 0.67 284.55 0.66 0.2
Hex 42 11 53 14 50 0 43 11D 42 14
Octal 102 21 123 24 120 0 103 435 102 24
Binary 1000010 10001 1010011 10100 1010000 0 1000011 100011101 1000010 10100

Color Harmonies of #421153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421153

Black with #421153

Text Example


Text Example

White with #421153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421153; }

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

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

background-color css

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

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

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

border-color css

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

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

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