Html Css Color HEX #41234A Scarlet Gum

📋 copy color: '#41234A'

red 65 ◦ green 35 ◦ blue 74

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

Shades of Scarlet Gum #41234A

Tints of Scarlet Gum #41234A

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

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

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 37.36%
G = 20.11%
B = 42.53%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41234A (or 0x41234A) is known color: Scarlet Gum. HEX triplet: 41, 23 and 4A. RGB value is (65,35,74). Sum of RGB (Red+Green+Blue) = 65+35+74=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #41234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41234A is #BEDCB5. Grayscale: #303030. Windows color (decimal): -12508342 or 4858689. OLE color: 4858689.

HSL color Cylindrical-coordinate representation of color #41234A: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41234A is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 35 74 -
CMYK 0.12 0.53 0 0.71
HSL 286.15º 0.36% 0.21% -
HSV(B) 286.15º 0.53% 0.29% -
XYZ 4.02 2.82 6.81 -
YUV 48.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 65 35 74 0.12 0.53 0 0.71 286.15 0.36 0.21
Hex 41 23 4A C 35 0 47 11E 24 15
Octal 101 43 112 14 65 0 107 436 44 25
Binary 1000001 100011 1001010 1100 110101 0 1000111 100011110 100100 10101

Color Harmonies of #41234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41234A

Black with #41234A

Text Example


Text Example

White with #41234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,35,74); }

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

background-color css

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

 a { background-color: rgb(65,35,74); }

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

border-color css

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

 span { border-color: rgb(65,35,74); }

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