Html Css Color HEX #43095F Scarlet Gum

📋 copy color: '#43095F'

red 67 ◦ green 9 ◦ blue 95

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

Shades of Scarlet Gum #43095F

Tints of Scarlet Gum #43095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 39.18%
G = 5.26%
B = 55.56%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43095F (or 0x43095F) is known color: Scarlet Gum. HEX triplet: 43, 09 and 5F. RGB value is (67,9,95). Sum of RGB (Red+Green+Blue) = 67+9+95=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #43095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43095F is #BCF6A0. Grayscale: #232323. Windows color (decimal): -12383905 or 6228291. OLE color: 6228291.

HSL color Cylindrical-coordinate representation of color #43095F: hue angle of 280.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43095F is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 9 95 -
CMYK 0.29 0.91 0 0.63
HSL 280.47º 0.83% 0.2% -
HSV(B) 280.47º 0.91% 0.37% -
XYZ 4.48 2.21 11.02 -
YUV 36.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 67 9 95 0.29 0.91 0 0.63 280.47 0.83 0.2
Hex 43 9 5F 1D 5B 0 3F 118 53 14
Octal 103 11 137 35 133 0 77 430 123 24
Binary 1000011 1001 1011111 11101 1011011 0 111111 100011000 1010011 10100

Color Harmonies of #43095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43095F

Black with #43095F

Text Example


Text Example

White with #43095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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