Html Css Color HEX #430E5B Scarlet Gum

📋 copy color: '#430E5B'

red 67 ◦ green 14 ◦ blue 91

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

Shades of Scarlet Gum #430E5B

Tints of Scarlet Gum #430E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.14%

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

R = 38.95%
G = 8.14%
B = 52.91%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#430E5B (or 0x430E5B) is known color: Scarlet Gum. HEX triplet: 43, 0E and 5B. RGB value is (67,14,91). Sum of RGB (Red+Green+Blue) = 67+14+91=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #430E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E5B is #BCF1A4. Grayscale: #262626. Windows color (decimal): -12382629 or 5967427. OLE color: 5967427.

HSL color Cylindrical-coordinate representation of color #430E5B: hue angle of 281.3º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430E5B is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 14 91 -
CMYK 0.26 0.85 0 0.64
HSL 281.3º 0.73% 0.21% -
HSV(B) 281.3º 0.85% 0.36% -
XYZ 4.36 2.26 10.1 -
YUV 38.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 67 14 91 0.26 0.85 0 0.64 281.3 0.73 0.21
Hex 43 E 5B 1A 55 0 40 119 49 15
Octal 103 16 133 32 125 0 100 431 111 25
Binary 1000011 1110 1011011 11010 1010101 0 1000000 100011001 1001001 10101

Color Harmonies of #430E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E5B

Black with #430E5B

Text Example


Text Example

White with #430E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430E5B; }

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

 H1.HeaderClassName
 {
   color: #430E5B;
 }
 .AnyTagClassName
 {
   color: #430E5B;
 }
</style>

background-color css

<style>
 a { background-color: #430E5B; }

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

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

border-color css

<style>
 span { border-color: #430E5B; }

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

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