Html Css Color HEX #421853 Scarlet Gum

📋 copy color: '#421853'

red 66 ◦ green 24 ◦ blue 83

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

Shades of Scarlet Gum #421853

Tints of Scarlet Gum #421853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 38.15%
G = 13.87%
B = 47.98%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#421853 (or 0x421853) is known color: Scarlet Gum. HEX triplet: 42, 18 and 53. RGB value is (66,24,83). Sum of RGB (Red+Green+Blue) = 66+24+83=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #421853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421853 is #BDE7AC. Grayscale: #2B2B2B. Windows color (decimal): -12445613 or 5445698. OLE color: 5445698.

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

Color convert

RGB 66 24 83 -
CMYK 0.20 0.71 0 0.67
HSL 282.71º 0.55% 0.21% -
HSV(B) 282.71º 0.71% 0.33% -
XYZ 4.13 2.44 8.44 -
YUV 43.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 66 24 83 0.20 0.71 0 0.67 282.71 0.55 0.21
Hex 42 18 53 14 47 0 43 11B 37 15
Octal 102 30 123 24 107 0 103 433 67 25
Binary 1000010 11000 1010011 10100 1000111 0 1000011 100011011 110111 10101

Color Harmonies of #421853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421853

Black with #421853

Text Example


Text Example

White with #421853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421853; }

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

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

background-color css

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

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

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

border-color css

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

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

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