Html Css Color HEX #412335 Toledo

📋 copy color: '#412335'

red 65 ◦ green 35 ◦ blue 53

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

Shades of Toledo #412335

Tints of Toledo #412335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.64%

R = 42.48%
G = 22.88%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#412335 (or 0x412335) is known color: Toledo. HEX triplet: 41, 23 and 35. RGB value is (65,35,53). Sum of RGB (Red+Green+Blue) = 65+35+53=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412335 is #BEDCCA. Grayscale: #2D2D2D. Windows color (decimal): -12508363 or 3482433. OLE color: 3482433.

HSL color Cylindrical-coordinate representation of color #412335: hue angle of 324º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412335 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 53 -
CMYK 0 0.46 0.18 0.75
HSL 324º 0.3% 0.2% -
HSV(B) 324º 0.46% 0.25% -
XYZ 3.42 2.58 3.69 -
YUV 46.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 65 35 53 0 0.46 0.18 0.75 324 0.3 0.2
Hex 41 23 35 0 2E 12 4B 144 1E 14
Octal 101 43 65 0 56 22 113 504 36 24
Binary 1000001 100011 110101 0 101110 10010 1001011 101000100 11110 10100

Color Harmonies of #412335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412335

Black with #412335

Text Example


Text Example

White with #412335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412335; }

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

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

background-color css

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

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

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

border-color css

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

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

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