Html Css Color HEX #43215A Scarlet Gum

📋 copy color: '#43215A'

red 67 ◦ green 33 ◦ blue 90

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

Shades of Scarlet Gum #43215A

Tints of Scarlet Gum #43215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 35.26%
G = 17.37%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43215A (or 0x43215A) is known color: Scarlet Gum. HEX triplet: 43, 21 and 5A. RGB value is (67,33,90). Sum of RGB (Red+Green+Blue) = 67+33+90=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #43215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43215A is #BCDEA5. Grayscale: #313131. Windows color (decimal): -12377766 or 5906755. OLE color: 5906755.

HSL color Cylindrical-coordinate representation of color #43215A: hue angle of 275.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43215A is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 33 90 -
CMYK 0.26 0.63 0 0.65
HSL 275.79º 0.46% 0.24% -
HSV(B) 275.79º 0.63% 0.35% -
XYZ 4.7 3.02 10.01 -
YUV 49.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 67 33 90 0.26 0.63 0 0.65 275.79 0.46 0.24
Hex 43 21 5A 1A 3F 0 41 114 2E 18
Octal 103 41 132 32 77 0 101 424 56 30
Binary 1000011 100001 1011010 11010 111111 0 1000001 100010100 101110 11000

Color Harmonies of #43215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43215A

Black with #43215A

Text Example


Text Example

White with #43215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43215A; }

 p { color: rgb(67,33,90); }

 H1.HeaderClassName
 {
   color: #43215A;
 }
 .AnyTagClassName
 {
   color: #43215A;
 }
</style>

background-color css

<style>
 a { background-color: #43215A; }

 a { background-color: rgb(67,33,90); }

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

border-color css

<style>
 span { border-color: #43215A; }

 span { border-color: rgb(67,33,90); }

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