Html Css Color HEX #462535 Toledo

📋 copy color: '#462535'

red 70 ◦ green 37 ◦ blue 53

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

Shades of Toledo #462535

Tints of Toledo #462535

RGB

 RED value IS 70 (27.73% from 255) = 43.75%

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 43.75%
G = 23.13%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#462535 (or 0x462535) is known color: Toledo. HEX triplet: 46, 25 and 35. RGB value is (70,37,53). Sum of RGB (Red+Green+Blue) = 70+37+53=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462535 is #B9DACA. Grayscale: #303030. Windows color (decimal): -12180171 or 3482950. OLE color: 3482950.

HSL color Cylindrical-coordinate representation of color #462535: hue angle of 330.91º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462535 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 53 -
CMYK 0 0.47 0.24 0.73
HSL 330.91º 0.31% 0.21% -
HSV(B) 330.91º 0.47% 0.27% -
XYZ 3.83 2.88 3.72 -
YUV 48.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 70 37 53 0 0.47 0.24 0.73 330.91 0.31 0.21
Hex 46 25 35 0 2F 18 49 14B 1F 15
Octal 106 45 65 0 57 30 111 513 37 25
Binary 1000110 100101 110101 0 101111 11000 1001001 101001011 11111 10101

Color Harmonies of #462535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462535

Black with #462535

Text Example


Text Example

White with #462535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462535; }

 p { color: rgb(70,37,53); }

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

background-color css

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

 a { background-color: rgb(70,37,53); }

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

border-color css

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

 span { border-color: rgb(70,37,53); }

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