Html Css Color HEX #412733 Toledo

📋 copy color: '#412733'

red 65 ◦ green 39 ◦ blue 51

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

Shades of Toledo #412733

Tints of Toledo #412733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 41.94%
G = 25.16%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#412733 (or 0x412733) is known color: Toledo. HEX triplet: 41, 27 and 33. RGB value is (65,39,51). Sum of RGB (Red+Green+Blue) = 65+39+51=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412733 is #BED8CC. Grayscale: #303030. Windows color (decimal): -12507341 or 3352385. OLE color: 3352385.

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

Color convert

RGB 65 39 51 -
CMYK 0 0.40 0.22 0.75
HSL 332.31º 0.25% 0.2% -
HSV(B) 332.31º 0.4% 0.25% -
XYZ 3.5 2.81 3.49 -
YUV 48.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 65 39 51 0 0.40 0.22 0.75 332.31 0.25 0.2
Hex 41 27 33 0 28 16 4B 14C 19 14
Octal 101 47 63 0 50 26 113 514 31 24
Binary 1000001 100111 110011 0 101000 10110 1001011 101001100 11001 10100

Color Harmonies of #412733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412733

Black with #412733

Text Example


Text Example

White with #412733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412733; }

 p { color: rgb(65,39,51); }

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

background-color css

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

 a { background-color: rgb(65,39,51); }

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

border-color css

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

 span { border-color: rgb(65,39,51); }

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