Html Css Color HEX #421F2F Toledo

📋 copy color: '#421F2F'

red 66 ◦ green 31 ◦ blue 47

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

Shades of Toledo #421F2F

Tints of Toledo #421F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 45.83%
G = 21.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#421F2F (or 0x421F2F) is known color: Toledo. HEX triplet: 42, 1F and 2F. RGB value is (66,31,47). Sum of RGB (Red+Green+Blue) = 66+31+47=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2F is #BDE0D0. Grayscale: #2B2B2B. Windows color (decimal): -12443857 or 3088194. OLE color: 3088194.

HSL color Cylindrical-coordinate representation of color #421F2F: hue angle of 332.57º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F2F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 47 -
CMYK 0 0.53 0.29 0.74
HSL 332.57º 0.36% 0.19% -
HSV(B) 332.57º 0.53% 0.26% -
XYZ 3.25 2.34 2.97 -
YUV 43.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 66 31 47 0 0.53 0.29 0.74 332.57 0.36 0.19
Hex 42 1F 2F 0 35 1D 4A 14D 24 13
Octal 102 37 57 0 65 35 112 515 44 23
Binary 1000010 11111 101111 0 110101 11101 1001010 101001101 100100 10011

Color Harmonies of #421F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F2F

Black with #421F2F

Text Example


Text Example

White with #421F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F2F; }

 p { color: rgb(66,31,47); }

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

background-color css

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

 a { background-color: rgb(66,31,47); }

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

border-color css

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

 span { border-color: rgb(66,31,47); }

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