Html Css Color HEX #42234F Scarlet Gum

📋 copy color: '#42234F'

red 66 ◦ green 35 ◦ blue 79

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

Shades of Scarlet Gum #42234F

Tints of Scarlet Gum #42234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 36.67%
G = 19.44%
B = 43.89%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42234F (or 0x42234F) is known color: Scarlet Gum. HEX triplet: 42, 23 and 4F. RGB value is (66,35,79). Sum of RGB (Red+Green+Blue) = 66+35+79=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #42234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42234F is #BDDCB0. Grayscale: #313131. Windows color (decimal): -12442801 or 5186370. OLE color: 5186370.

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

Color convert

RGB 66 35 79 -
CMYK 0.16 0.56 0 0.69
HSL 282.27º 0.39% 0.22% -
HSV(B) 282.27º 0.56% 0.31% -
XYZ 4.26 2.92 7.74 -
YUV 49.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 66 35 79 0.16 0.56 0 0.69 282.27 0.39 0.22
Hex 42 23 4F 10 38 0 45 11A 27 16
Octal 102 43 117 20 70 0 105 432 47 26
Binary 1000010 100011 1001111 10000 111000 0 1000101 100011010 100111 10110

Color Harmonies of #42234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42234F

Black with #42234F

Text Example


Text Example

White with #42234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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