Html Css Color HEX #43155A Scarlet Gum

📋 copy color: '#43155A'

red 67 ◦ green 21 ◦ blue 90

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

Shades of Scarlet Gum #43155A

Tints of Scarlet Gum #43155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 37.64%
G = 11.8%
B = 50.56%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43155A (or 0x43155A) is known color: Scarlet Gum. HEX triplet: 43, 15 and 5A. RGB value is (67,21,90). Sum of RGB (Red+Green+Blue) = 67+21+90=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #43155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43155A is #BCEAA5. Grayscale: #2A2A2A. Windows color (decimal): -12380838 or 5903683. OLE color: 5903683.

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

Color convert

RGB 67 21 90 -
CMYK 0.26 0.77 0 0.65
HSL 280º 0.62% 0.22% -
HSV(B) 280º 0.77% 0.35% -
XYZ 4.43 2.47 9.92 -
YUV 42.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 67 21 90 0.26 0.77 0 0.65 280 0.62 0.22
Hex 43 15 5A 1A 4D 0 41 118 3E 16
Octal 103 25 132 32 115 0 101 430 76 26
Binary 1000011 10101 1011010 11010 1001101 0 1000001 100011000 111110 10110

Color Harmonies of #43155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43155A

Black with #43155A

Text Example


Text Example

White with #43155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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