Html Css Color HEX #43095A Scarlet Gum

📋 copy color: '#43095A'

red 67 ◦ green 9 ◦ blue 90

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

Shades of Scarlet Gum #43095A

Tints of Scarlet Gum #43095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 40.36%
G = 5.42%
B = 54.22%

CMYK

 C value IS 0.26

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43095A (or 0x43095A) is known color: Scarlet Gum. HEX triplet: 43, 09 and 5A. RGB value is (67,9,90). Sum of RGB (Red+Green+Blue) = 67+9+90=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #43095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43095A is #BCF6A5. Grayscale: #232323. Windows color (decimal): -12383910 or 5900611. OLE color: 5900611.

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

Color convert

RGB 67 9 90 -
CMYK 0.26 0.9 0 0.65
HSL 282.96º 0.82% 0.19% -
HSV(B) 282.96º 0.9% 0.35% -
XYZ 4.26 2.13 9.86 -
YUV 35.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 67 9 90 0.26 0.9 0 0.65 282.96 0.82 0.19
Hex 43 9 5A 1A 5A 0 41 11B 52 13
Octal 103 11 132 32 132 0 101 433 122 23
Binary 1000011 1001 1011010 11010 1011010 0 1000001 100011011 1010010 10011

Color Harmonies of #43095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43095A

Black with #43095A

Text Example


Text Example

White with #43095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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