Html Css Color HEX #461D2F Castro

📋 copy color: '#461D2F'

red 70 ◦ green 29 ◦ blue 47

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

Shades of Castro #461D2F

Tints of Castro #461D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.86%

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

R = 47.95%
G = 19.86%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#461D2F (or 0x461D2F) is known color: Castro. HEX triplet: 46, 1D and 2F. RGB value is (70,29,47). Sum of RGB (Red+Green+Blue) = 70+29+47=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #461D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D2F is #B9E2D0. Grayscale: #2B2B2B. Windows color (decimal): -12182225 or 3087686. OLE color: 3087686.

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

Color convert

RGB 70 29 47 -
CMYK 0 0.59 0.33 0.73
HSL 333.66º 0.41% 0.19% -
HSV(B) 333.66º 0.59% 0.27% -
XYZ 3.48 2.39 2.97 -
YUV 43.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 70 29 47 0 0.59 0.33 0.73 333.66 0.41 0.19
Hex 46 1D 2F 0 3B 21 49 14E 29 13
Octal 106 35 57 0 73 41 111 516 51 23
Binary 1000110 11101 101111 0 111011 100001 1001001 101001110 101001 10011

Color Harmonies of #461D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D2F

Black with #461D2F

Text Example


Text Example

White with #461D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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