Html Css Color HEX #43135B Scarlet Gum

📋 copy color: '#43135B'

red 67 ◦ green 19 ◦ blue 91

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

Shades of Scarlet Gum #43135B

Tints of Scarlet Gum #43135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 37.85%
G = 10.73%
B = 51.41%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43135B (or 0x43135B) is known color: Scarlet Gum. HEX triplet: 43, 13 and 5B. RGB value is (67,19,91). Sum of RGB (Red+Green+Blue) = 67+19+91=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #43135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43135B is #BCECA4. Grayscale: #292929. Windows color (decimal): -12381349 or 5968707. OLE color: 5968707.

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

Color convert

RGB 67 19 91 -
CMYK 0.26 0.79 0 0.64
HSL 280º 0.65% 0.22% -
HSV(B) 280º 0.79% 0.36% -
XYZ 4.44 2.41 10.13 -
YUV 41.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 67 19 91 0.26 0.79 0 0.64 280 0.65 0.22
Hex 43 13 5B 1A 4F 0 40 118 41 16
Octal 103 23 133 32 117 0 100 430 101 26
Binary 1000011 10011 1011011 11010 1001111 0 1000000 100011000 1000001 10110

Color Harmonies of #43135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43135B

Black with #43135B

Text Example


Text Example

White with #43135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43135B; }

 p { color: rgb(67,19,91); }

 H1.HeaderClassName
 {
   color: #43135B;
 }
 .AnyTagClassName
 {
   color: #43135B;
 }
</style>

background-color css

<style>
 a { background-color: #43135B; }

 a { background-color: rgb(67,19,91); }

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

border-color css

<style>
 span { border-color: #43135B; }

 span { border-color: rgb(67,19,91); }

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