Html Css Color HEX #421256 Scarlet Gum

📋 copy color: '#421256'

red 66 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #421256

Tints of Scarlet Gum #421256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

 BLUE value IS 86 (33.98% from 255) = 50.59%

R = 38.82%
G = 10.59%
B = 50.59%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#421256 (or 0x421256) is known color: Scarlet Gum. HEX triplet: 42, 12 and 56. RGB value is (66,18,86). Sum of RGB (Red+Green+Blue) = 66+18+86=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #421256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421256 is #BDEDA9. Grayscale: #272727. Windows color (decimal): -12447146 or 5640770. OLE color: 5640770.

HSL color Cylindrical-coordinate representation of color #421256: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421256 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 18 86 -
CMYK 0.23 0.79 0 0.66
HSL 282.35º 0.65% 0.2% -
HSV(B) 282.35º 0.79% 0.34% -
XYZ 4.14 2.26 9.02 -
YUV 40.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 66 18 86 0.23 0.79 0 0.66 282.35 0.65 0.2
Hex 42 12 56 17 4F 0 42 11A 41 14
Octal 102 22 126 27 117 0 102 432 101 24
Binary 1000010 10010 1010110 10111 1001111 0 1000010 100011010 1000001 10100

Color Harmonies of #421256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421256

Black with #421256

Text Example


Text Example

White with #421256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421256; }

 p { color: rgb(66,18,86); }

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

background-color css

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

 a { background-color: rgb(66,18,86); }

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

border-color css

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

 span { border-color: rgb(66,18,86); }

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