Html Css Color HEX #42254D Scarlet Gum

📋 copy color: '#42254D'

red 66 ◦ green 37 ◦ blue 77

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

Shades of Scarlet Gum #42254D

Tints of Scarlet Gum #42254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 36.67%
G = 20.56%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42254D (or 0x42254D) is known color: Scarlet Gum. HEX triplet: 42, 25 and 4D. RGB value is (66,37,77). Sum of RGB (Red+Green+Blue) = 66+37+77=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #42254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42254D is #BDDAB2. Grayscale: #323232. Windows color (decimal): -12442291 or 5055810. OLE color: 5055810.

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

Color convert

RGB 66 37 77 -
CMYK 0.14 0.52 0 0.70
HSL 283.5º 0.35% 0.22% -
HSV(B) 283.5º 0.52% 0.3% -
XYZ 4.25 3.02 7.38 -
YUV 50.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 66 37 77 0.14 0.52 0 0.70 283.5 0.35 0.22
Hex 42 25 4D E 34 0 46 11C 23 16
Octal 102 45 115 16 64 0 106 434 43 26
Binary 1000010 100101 1001101 1110 110100 0 1000110 100011100 100011 10110

Color Harmonies of #42254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42254D

Black with #42254D

Text Example


Text Example

White with #42254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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