Html Css Color HEX #42234C Scarlet Gum

📋 copy color: '#42234C'

red 66 ◦ green 35 ◦ blue 76

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

Shades of Scarlet Gum #42234C

Tints of Scarlet Gum #42234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 37.29%
G = 19.77%
B = 42.94%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42234C (or 0x42234C) is known color: Scarlet Gum. HEX triplet: 42, 23 and 4C. RGB value is (66,35,76). Sum of RGB (Red+Green+Blue) = 66+35+76=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #42234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42234C is #BDDCB3. Grayscale: #303030. Windows color (decimal): -12442804 or 4989762. OLE color: 4989762.

HSL color Cylindrical-coordinate representation of color #42234C: hue angle of 285.37º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42234C is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 35 76 -
CMYK 0.13 0.54 0 0.70
HSL 285.37º 0.37% 0.22% -
HSV(B) 285.37º 0.54% 0.3% -
XYZ 4.15 2.88 7.17 -
YUV 48.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 66 35 76 0.13 0.54 0 0.70 285.37 0.37 0.22
Hex 42 23 4C D 36 0 46 11D 25 16
Octal 102 43 114 15 66 0 106 435 45 26
Binary 1000010 100011 1001100 1101 110110 0 1000110 100011101 100101 10110

Color Harmonies of #42234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42234C

Black with #42234C

Text Example


Text Example

White with #42234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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