Html Css Color HEX #461D2D Castro

📋 copy color: '#461D2D'

red 70 ◦ green 29 ◦ blue 45

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

Shades of Castro #461D2D

Tints of Castro #461D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 48.61%
G = 20.14%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#461D2D (or 0x461D2D) is known color: Castro. HEX triplet: 46, 1D and 2D. RGB value is (70,29,45). Sum of RGB (Red+Green+Blue) = 70+29+45=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D2D is #B9E2D2. Grayscale: #2B2B2B. Windows color (decimal): -12182227 or 2956614. OLE color: 2956614.

HSL color Cylindrical-coordinate representation of color #461D2D: hue angle of 336.59º 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 #461D2D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 45 -
CMYK 0 0.59 0.36 0.73
HSL 336.59º 0.41% 0.19% -
HSV(B) 336.59º 0.59% 0.27% -
XYZ 3.44 2.37 2.76 -
YUV 43.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 70 29 45 0 0.59 0.36 0.73 336.59 0.41 0.19
Hex 46 1D 2D 0 3B 24 49 151 29 13
Octal 106 35 55 0 73 44 111 521 51 23
Binary 1000110 11101 101101 0 111011 100100 1001001 101010001 101001 10011

Color Harmonies of #461D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D2D

Black with #461D2D

Text Example


Text Example

White with #461D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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