Html Css Color HEX #42134E Scarlet Gum

📋 copy color: '#42134E'

red 66 ◦ green 19 ◦ blue 78

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

Shades of Scarlet Gum #42134E

Tints of Scarlet Gum #42134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 40.49%
G = 11.66%
B = 47.85%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42134E (or 0x42134E) is known color: Scarlet Gum. HEX triplet: 42, 13 and 4E. RGB value is (66,19,78). Sum of RGB (Red+Green+Blue) = 66+19+78=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #42134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42134E is #BDECB1. Grayscale: #272727. Windows color (decimal): -12446898 or 5116738. OLE color: 5116738.

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

Color convert

RGB 66 19 78 -
CMYK 0.15 0.76 0 0.69
HSL 287.8º 0.61% 0.19% -
HSV(B) 287.8º 0.76% 0.31% -
XYZ 3.85 2.17 7.42 -
YUV 39.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 66 19 78 0.15 0.76 0 0.69 287.8 0.61 0.19
Hex 42 13 4E F 4C 0 45 120 3D 13
Octal 102 23 116 17 114 0 105 440 75 23
Binary 1000010 10011 1001110 1111 1001100 0 1000101 100100000 111101 10011

Color Harmonies of #42134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42134E

Black with #42134E

Text Example


Text Example

White with #42134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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