Html Css Color HEX #461E2F Castro

📋 copy color: '#461E2F'

red 70 ◦ green 30 ◦ blue 47

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

Shades of Castro #461E2F

Tints of Castro #461E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 47.62%
G = 20.41%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#461E2F (or 0x461E2F) is known color: Castro. HEX triplet: 46, 1E and 2F. RGB value is (70,30,47). Sum of RGB (Red+Green+Blue) = 70+30+47=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E2F is #B9E1D0. Grayscale: #2B2B2B. Windows color (decimal): -12181969 or 3087942. OLE color: 3087942.

HSL color Cylindrical-coordinate representation of color #461E2F: hue angle of 334.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E2F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 30 47 -
CMYK 0 0.57 0.33 0.73
HSL 334.5º 0.4% 0.2% -
HSV(B) 334.5º 0.57% 0.27% -
XYZ 3.5 2.44 2.97 -
YUV 43.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 70 30 47 0 0.57 0.33 0.73 334.5 0.4 0.2
Hex 46 1E 2F 0 39 21 49 14E 28 14
Octal 106 36 57 0 71 41 111 516 50 24
Binary 1000110 11110 101111 0 111001 100001 1001001 101001110 101000 10100

Color Harmonies of #461E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E2F

Black with #461E2F

Text Example


Text Example

White with #461E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E2F; }

 p { color: rgb(70,30,47); }

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

background-color css

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

 a { background-color: rgb(70,30,47); }

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

border-color css

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

 span { border-color: rgb(70,30,47); }

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