Html Css Color HEX #42154F Scarlet Gum

📋 copy color: '#42154F'

red 66 ◦ green 21 ◦ blue 79

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

Shades of Scarlet Gum #42154F

Tints of Scarlet Gum #42154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 39.76%
G = 12.65%
B = 47.59%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42154F (or 0x42154F) is known color: Scarlet Gum. HEX triplet: 42, 15 and 4F. RGB value is (66,21,79). Sum of RGB (Red+Green+Blue) = 66+21+79=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #42154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42154F is #BDEAB0. Grayscale: #282828. Windows color (decimal): -12446385 or 5182786. OLE color: 5182786.

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

Color convert

RGB 66 21 79 -
CMYK 0.16 0.73 0 0.69
HSL 286.55º 0.58% 0.2% -
HSV(B) 286.55º 0.73% 0.31% -
XYZ 3.93 2.26 7.63 -
YUV 41.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 66 21 79 0.16 0.73 0 0.69 286.55 0.58 0.2
Hex 42 15 4F 10 49 0 45 11F 3A 14
Octal 102 25 117 20 111 0 105 437 72 24
Binary 1000010 10101 1001111 10000 1001001 0 1000101 100011111 111010 10100

Color Harmonies of #42154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42154F

Black with #42154F

Text Example


Text Example

White with #42154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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