Html Css Color HEX #42234E Scarlet Gum

📋 copy color: '#42234E'

red 66 ◦ green 35 ◦ blue 78

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

Shades of Scarlet Gum #42234E

Tints of Scarlet Gum #42234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 36.87%
G = 19.55%
B = 43.58%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42234E (or 0x42234E) is known color: Scarlet Gum. HEX triplet: 42, 23 and 4E. RGB value is (66,35,78). Sum of RGB (Red+Green+Blue) = 66+35+78=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #42234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42234E is #BDDCB1. Grayscale: #313131. Windows color (decimal): -12442802 or 5120834. OLE color: 5120834.

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

Color convert

RGB 66 35 78 -
CMYK 0.15 0.55 0 0.69
HSL 283.26º 0.38% 0.22% -
HSV(B) 283.26º 0.55% 0.31% -
XYZ 4.22 2.91 7.55 -
YUV 49.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 66 35 78 0.15 0.55 0 0.69 283.26 0.38 0.22
Hex 42 23 4E F 37 0 45 11B 26 16
Octal 102 43 116 17 67 0 105 433 46 26
Binary 1000010 100011 1001110 1111 110111 0 1000101 100011011 100110 10110

Color Harmonies of #42234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42234E

Black with #42234E

Text Example


Text Example

White with #42234E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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