Html Css Color HEX #42154E Scarlet Gum

📋 copy color: '#42154E'

red 66 ◦ green 21 ◦ blue 78

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

Shades of Scarlet Gum #42154E

Tints of Scarlet Gum #42154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 78 (30.86% from 255) = 47.27%

R = 40%
G = 12.73%
B = 47.27%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42154E (or 0x42154E) is known color: Scarlet Gum. HEX triplet: 42, 15 and 4E. RGB value is (66,21,78). Sum of RGB (Red+Green+Blue) = 66+21+78=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #42154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42154E is #BDEAB1. Grayscale: #282828. Windows color (decimal): -12446386 or 5117250. OLE color: 5117250.

HSL color Cylindrical-coordinate representation of color #42154E: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42154E is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 21 78 -
CMYK 0.15 0.73 0 0.69
HSL 287.37º 0.58% 0.19% -
HSV(B) 287.37º 0.73% 0.31% -
XYZ 3.89 2.24 7.44 -
YUV 40.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 66 21 78 0.15 0.73 0 0.69 287.37 0.58 0.19
Hex 42 15 4E F 49 0 45 11F 3A 13
Octal 102 25 116 17 111 0 105 437 72 23
Binary 1000010 10101 1001110 1111 1001001 0 1000101 100011111 111010 10011

Color Harmonies of #42154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42154E

Black with #42154E

Text Example


Text Example

White with #42154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42154E; }

 p { color: rgb(66,21,78); }

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

background-color css

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

 a { background-color: rgb(66,21,78); }

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

border-color css

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

 span { border-color: rgb(66,21,78); }

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