Html Css Color HEX #43235A Scarlet Gum

📋 copy color: '#43235A'

red 67 ◦ green 35 ◦ blue 90

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

Shades of Scarlet Gum #43235A

Tints of Scarlet Gum #43235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 34.9%
G = 18.23%
B = 46.88%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#43235A (or 0x43235A) is known color: Scarlet Gum. HEX triplet: 43, 23 and 5A. RGB value is (67,35,90). Sum of RGB (Red+Green+Blue) = 67+35+90=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #43235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43235A is #BCDCA5. Grayscale: #323232. Windows color (decimal): -12377254 or 5907267. OLE color: 5907267.

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

Color convert

RGB 67 35 90 -
CMYK 0.26 0.61 0 0.65
HSL 274.91º 0.44% 0.25% -
HSV(B) 274.91º 0.61% 0.35% -
XYZ 4.76 3.13 10.03 -
YUV 50.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 67 35 90 0.26 0.61 0 0.65 274.91 0.44 0.25
Hex 43 23 5A 1A 3D 0 41 113 2C 19
Octal 103 43 132 32 75 0 101 423 54 31
Binary 1000011 100011 1011010 11010 111101 0 1000001 100010011 101100 11001

Color Harmonies of #43235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43235A

Black with #43235A

Text Example


Text Example

White with #43235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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