Html Css Color HEX #42125A Scarlet Gum

📋 copy color: '#42125A'

red 66 ◦ green 18 ◦ blue 90

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

Shades of Scarlet Gum #42125A

Tints of Scarlet Gum #42125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 37.93%
G = 10.34%
B = 51.72%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42125A (or 0x42125A) is known color: Scarlet Gum. HEX triplet: 42, 12 and 5A. RGB value is (66,18,90). Sum of RGB (Red+Green+Blue) = 66+18+90=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #42125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42125A is #BDEDA5. Grayscale: #282828. Windows color (decimal): -12447142 or 5902914. OLE color: 5902914.

HSL color Cylindrical-coordinate representation of color #42125A: hue angle of 280º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42125A is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 18 90 -
CMYK 0.27 0.80 0 0.65
HSL 280º 0.67% 0.21% -
HSV(B) 280º 0.8% 0.35% -
XYZ 4.31 2.33 9.9 -
YUV 40.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 66 18 90 0.27 0.80 0 0.65 280 0.67 0.21
Hex 42 12 5A 1B 50 0 41 118 43 15
Octal 102 22 132 33 120 0 101 430 103 25
Binary 1000010 10010 1011010 11011 1010000 0 1000001 100011000 1000011 10101

Color Harmonies of #42125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42125A

Black with #42125A

Text Example


Text Example

White with #42125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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