Html Css Color HEX #42224B Scarlet Gum

📋 copy color: '#42224B'

red 66 ◦ green 34 ◦ blue 75

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

Shades of Scarlet Gum #42224B

Tints of Scarlet Gum #42224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 37.71%
G = 19.43%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42224B (or 0x42224B) is known color: Scarlet Gum. HEX triplet: 42, 22 and 4B. RGB value is (66,34,75). Sum of RGB (Red+Green+Blue) = 66+34+75=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #42224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42224B is #BDDDB4. Grayscale: #303030. Windows color (decimal): -12443061 or 4923970. OLE color: 4923970.

HSL color Cylindrical-coordinate representation of color #42224B: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42224B is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 34 75 -
CMYK 0.12 0.55 0 0.71
HSL 286.83º 0.38% 0.21% -
HSV(B) 286.83º 0.55% 0.29% -
XYZ 4.09 2.81 6.98 -
YUV 48.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 66 34 75 0.12 0.55 0 0.71 286.83 0.38 0.21
Hex 42 22 4B C 37 0 47 11F 26 15
Octal 102 42 113 14 67 0 107 437 46 25
Binary 1000010 100010 1001011 1100 110111 0 1000111 100011111 100110 10101

Color Harmonies of #42224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42224B

Black with #42224B

Text Example


Text Example

White with #42224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42224B; }

 p { color: rgb(66,34,75); }

 H1.HeaderClassName
 {
   color: #42224B;
 }
 .AnyTagClassName
 {
   color: #42224B;
 }
</style>

background-color css

<style>
 a { background-color: #42224B; }

 a { background-color: rgb(66,34,75); }

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

border-color css

<style>
 span { border-color: #42224B; }

 span { border-color: rgb(66,34,75); }

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