Html Css Color HEX #421152 Scarlet Gum

📋 copy color: '#421152'

red 66 ◦ green 17 ◦ blue 82

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

Shades of Scarlet Gum #421152

Tints of Scarlet Gum #421152

RGB

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

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

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

R = 40%
G = 10.3%
B = 49.7%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#421152 (or 0x421152) is known color: Scarlet Gum. HEX triplet: 42, 11 and 52. RGB value is (66,17,82). Sum of RGB (Red+Green+Blue) = 66+17+82=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #421152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421152 is #BDEEAD. Grayscale: #262626. Windows color (decimal): -12447406 or 5378370. OLE color: 5378370.

HSL color Cylindrical-coordinate representation of color #421152: hue angle of 285.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421152 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 17 82 -
CMYK 0.20 0.79 0 0.68
HSL 285.23º 0.66% 0.19% -
HSV(B) 285.23º 0.79% 0.32% -
XYZ 3.97 2.17 8.19 -
YUV 39.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 66 17 82 0.20 0.79 0 0.68 285.23 0.66 0.19
Hex 42 11 52 14 4F 0 44 11D 42 13
Octal 102 21 122 24 117 0 104 435 102 23
Binary 1000010 10001 1010010 10100 1001111 0 1000100 100011101 1000010 10011

Color Harmonies of #421152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421152

Black with #421152

Text Example


Text Example

White with #421152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421152; }

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

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

background-color css

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

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

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

border-color css

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

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

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