Html Css Color HEX #421753 Scarlet Gum

📋 copy color: '#421753'

red 66 ◦ green 23 ◦ blue 83

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

Shades of Scarlet Gum #421753

Tints of Scarlet Gum #421753

RGB

 RED value IS 66 (26.17% from 255) = 38.37%

 GREEN value IS 23 (9.38% from 255) = 13.37%

 BLUE value IS 83 (32.81% from 255) = 48.26%

R = 38.37%
G = 13.37%
B = 48.26%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421753 (or 0x421753) is known color: Scarlet Gum. HEX triplet: 42, 17 and 53. RGB value is (66,23,83). Sum of RGB (Red+Green+Blue) = 66+23+83=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #421753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421753 is #BDE8AC. Grayscale: #2A2A2A. Windows color (decimal): -12445869 or 5445442. OLE color: 5445442.

HSL color Cylindrical-coordinate representation of color #421753: hue angle of 283º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421753 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 23 83 -
CMYK 0.20 0.72 0 0.67
HSL 283º 0.57% 0.21% -
HSV(B) 283º 0.72% 0.33% -
XYZ 4.11 2.4 8.43 -
YUV 42.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 66 23 83 0.20 0.72 0 0.67 283 0.57 0.21
Hex 42 17 53 14 48 0 43 11B 39 15
Octal 102 27 123 24 110 0 103 433 71 25
Binary 1000010 10111 1010011 10100 1001000 0 1000011 100011011 111001 10101

Color Harmonies of #421753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421753

Black with #421753

Text Example


Text Example

White with #421753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421753; }

 p { color: rgb(66,23,83); }

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

background-color css

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

 a { background-color: rgb(66,23,83); }

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

border-color css

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

 span { border-color: rgb(66,23,83); }

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