Html Css Color HEX #43225A Scarlet Gum

📋 copy color: '#43225A'

red 67 ◦ green 34 ◦ blue 90

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

Shades of Scarlet Gum #43225A

Tints of Scarlet Gum #43225A

RGB

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

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

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

R = 35.08%
G = 17.8%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43225A (or 0x43225A) is known color: Scarlet Gum. HEX triplet: 43, 22 and 5A. RGB value is (67,34,90). Sum of RGB (Red+Green+Blue) = 67+34+90=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #43225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43225A is #BCDDA5. Grayscale: #323232. Windows color (decimal): -12377510 or 5907011. OLE color: 5907011.

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

Color convert

RGB 67 34 90 -
CMYK 0.26 0.62 0 0.65
HSL 275.36º 0.45% 0.24% -
HSV(B) 275.36º 0.62% 0.35% -
XYZ 4.73 3.08 10.02 -
YUV 50.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 67 34 90 0.26 0.62 0 0.65 275.36 0.45 0.24
Hex 43 22 5A 1A 3E 0 41 113 2D 18
Octal 103 42 132 32 76 0 101 423 55 30
Binary 1000011 100010 1011010 11010 111110 0 1000001 100010011 101101 11000

Color Harmonies of #43225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43225A

Black with #43225A

Text Example


Text Example

White with #43225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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