Html Css Color HEX #42134F Scarlet Gum

📋 copy color: '#42134F'

red 66 ◦ green 19 ◦ blue 79

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

Shades of Scarlet Gum #42134F

Tints of Scarlet Gum #42134F

RGB

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

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

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

R = 40.24%
G = 11.59%
B = 48.17%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42134F (or 0x42134F) is known color: Scarlet Gum. HEX triplet: 42, 13 and 4F. RGB value is (66,19,79). Sum of RGB (Red+Green+Blue) = 66+19+79=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #42134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42134F is #BDECB0. Grayscale: #272727. Windows color (decimal): -12446897 or 5182274. OLE color: 5182274.

HSL color Cylindrical-coordinate representation of color #42134F: hue angle of 287º 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 #42134F is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 19 79 -
CMYK 0.16 0.76 0 0.69
HSL 287º 0.61% 0.19% -
HSV(B) 287º 0.76% 0.31% -
XYZ 3.89 2.19 7.61 -
YUV 39.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 66 19 79 0.16 0.76 0 0.69 287 0.61 0.19
Hex 42 13 4F 10 4C 0 45 11F 3D 13
Octal 102 23 117 20 114 0 105 437 75 23
Binary 1000010 10011 1001111 10000 1001100 0 1000101 100011111 111101 10011

Color Harmonies of #42134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42134F

Black with #42134F

Text Example


Text Example

White with #42134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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