Html Css Color HEX #42274D Scarlet Gum

📋 copy color: '#42274D'

red 66 ◦ green 39 ◦ blue 77

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

Shades of Scarlet Gum #42274D

Tints of Scarlet Gum #42274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 36.26%
G = 21.43%
B = 42.31%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42274D (or 0x42274D) is known color: Scarlet Gum. HEX triplet: 42, 27 and 4D. RGB value is (66,39,77). Sum of RGB (Red+Green+Blue) = 66+39+77=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #42274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42274D is #BDD8B2. Grayscale: #333333. Windows color (decimal): -12441779 or 5056322. OLE color: 5056322.

HSL color Cylindrical-coordinate representation of color #42274D: hue angle of 282.63º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42274D is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 39 77 -
CMYK 0.14 0.49 0 0.70
HSL 282.63º 0.33% 0.23% -
HSV(B) 282.63º 0.49% 0.3% -
XYZ 4.31 3.15 7.4 -
YUV 51.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 66 39 77 0.14 0.49 0 0.70 282.63 0.33 0.23
Hex 42 27 4D E 31 0 46 11B 21 17
Octal 102 47 115 16 61 0 106 433 41 27
Binary 1000010 100111 1001101 1110 110001 0 1000110 100011011 100001 10111

Color Harmonies of #42274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42274D

Black with #42274D

Text Example


Text Example

White with #42274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42274D; }

 p { color: rgb(66,39,77); }

 H1.HeaderClassName
 {
   color: #42274D;
 }
 .AnyTagClassName
 {
   color: #42274D;
 }
</style>

background-color css

<style>
 a { background-color: #42274D; }

 a { background-color: rgb(66,39,77); }

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

border-color css

<style>
 span { border-color: #42274D; }

 span { border-color: rgb(66,39,77); }

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