Html Css Color HEX #43125F Scarlet Gum

📋 copy color: '#43125F'

red 67 ◦ green 18 ◦ blue 95

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

Shades of Scarlet Gum #43125F

Tints of Scarlet Gum #43125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10%

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

R = 37.22%
G = 10%
B = 52.78%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43125F (or 0x43125F) is known color: Scarlet Gum. HEX triplet: 43, 12 and 5F. RGB value is (67,18,95). Sum of RGB (Red+Green+Blue) = 67+18+95=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #43125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43125F is #BCEDA0. Grayscale: #292929. Windows color (decimal): -12381601 or 6230595. OLE color: 6230595.

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

Color convert

RGB 67 18 95 -
CMYK 0.29 0.81 0 0.63
HSL 278.18º 0.68% 0.22% -
HSV(B) 278.18º 0.81% 0.37% -
XYZ 4.6 2.45 11.06 -
YUV 41.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 67 18 95 0.29 0.81 0 0.63 278.18 0.68 0.22
Hex 43 12 5F 1D 51 0 3F 116 44 16
Octal 103 22 137 35 121 0 77 426 104 26
Binary 1000011 10010 1011111 11101 1010001 0 111111 100010110 1000100 10110

Color Harmonies of #43125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43125F

Black with #43125F

Text Example


Text Example

White with #43125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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