Html Css Color HEX #43224C Scarlet Gum

📋 copy color: '#43224C'

red 67 ◦ green 34 ◦ blue 76

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

Shades of Scarlet Gum #43224C

Tints of Scarlet Gum #43224C

RGB

 RED value IS 67 (26.56% from 255) = 37.85%

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

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

R = 37.85%
G = 19.21%
B = 42.94%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43224C (or 0x43224C) is known color: Scarlet Gum. HEX triplet: 43, 22 and 4C. RGB value is (67,34,76). Sum of RGB (Red+Green+Blue) = 67+34+76=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 34 (13.67% from 255 or 19.21% 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 #43224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43224C is #BCDDB3. Grayscale: #303030. Windows color (decimal): -12377524 or 4989507. OLE color: 4989507.

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

Color convert

RGB 67 34 76 -
CMYK 0.12 0.55 0 0.70
HSL 287.14º 0.38% 0.22% -
HSV(B) 287.14º 0.55% 0.3% -
XYZ 4.19 2.86 7.17 -
YUV 48.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 67 34 76 0.12 0.55 0 0.70 287.14 0.38 0.22
Hex 43 22 4C C 37 0 46 11F 26 16
Octal 103 42 114 14 67 0 106 437 46 26
Binary 1000011 100010 1001100 1100 110111 0 1000110 100011111 100110 10110

Color Harmonies of #43224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43224C

Black with #43224C

Text Example


Text Example

White with #43224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,34,76); }

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

background-color css

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

 a { background-color: rgb(67,34,76); }

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

border-color css

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

 span { border-color: rgb(67,34,76); }

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