Html Css Color HEX #43095D Scarlet Gum

📋 copy color: '#43095D'

red 67 ◦ green 9 ◦ blue 93

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

Shades of Scarlet Gum #43095D

Tints of Scarlet Gum #43095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 39.64%
G = 5.33%
B = 55.03%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43095D (or 0x43095D) is known color: Scarlet Gum. HEX triplet: 43, 09 and 5D. RGB value is (67,9,93). Sum of RGB (Red+Green+Blue) = 67+9+93=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #43095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43095D is #BCF6A2. Grayscale: #232323. Windows color (decimal): -12383907 or 6097219. OLE color: 6097219.

HSL color Cylindrical-coordinate representation of color #43095D: hue angle of 281.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43095D is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 9 93 -
CMYK 0.28 0.90 0 0.64
HSL 281.43º 0.82% 0.2% -
HSV(B) 281.43º 0.9% 0.36% -
XYZ 4.39 2.18 10.55 -
YUV 35.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 67 9 93 0.28 0.90 0 0.64 281.43 0.82 0.2
Hex 43 9 5D 1C 5A 0 40 119 52 14
Octal 103 11 135 34 132 0 100 431 122 24
Binary 1000011 1001 1011101 11100 1011010 0 1000000 100011001 1010010 10100

Color Harmonies of #43095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43095D

Black with #43095D

Text Example


Text Example

White with #43095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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