Html Css Color HEX #430B52 Scarlet Gum

📋 copy color: '#430B52'

red 67 ◦ green 11 ◦ blue 82

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

Shades of Scarlet Gum #430B52

Tints of Scarlet Gum #430B52

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.88%

 BLUE value IS 82 (32.42% from 255) = 51.25%

R = 41.88%
G = 6.88%
B = 51.25%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#430B52 (or 0x430B52) is known color: Scarlet Gum. HEX triplet: 43, 0B and 52. RGB value is (67,11,82). Sum of RGB (Red+Green+Blue) = 67+11+82=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #430B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B52 is #BCF4AD. Grayscale: #232323. Windows color (decimal): -12383406 or 5376835. OLE color: 5376835.

HSL color Cylindrical-coordinate representation of color #430B52: hue angle of 287.32º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430B52 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 11 82 -
CMYK 0.18 0.87 0 0.68
HSL 287.32º 0.76% 0.18% -
HSV(B) 287.32º 0.87% 0.32% -
XYZ 3.96 2.04 8.17 -
YUV 35.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 67 11 82 0.18 0.87 0 0.68 287.32 0.76 0.18
Hex 43 B 52 12 57 0 44 11F 4C 12
Octal 103 13 122 22 127 0 104 437 114 22
Binary 1000011 1011 1010010 10010 1010111 0 1000100 100011111 1001100 10010

Color Harmonies of #430B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B52

Black with #430B52

Text Example


Text Example

White with #430B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,82); }

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

background-color css

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

 a { background-color: rgb(67,11,82); }

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

border-color css

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

 span { border-color: rgb(67,11,82); }

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