Html Css Color HEX #461829 Castro

📋 copy color: '#461829'

red 70 ◦ green 24 ◦ blue 41

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

Shades of Castro #461829

Tints of Castro #461829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 41 (16.41% from 255) = 30.37%

R = 51.85%
G = 17.78%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461829 (or 0x461829) is known color: Castro. HEX triplet: 46, 18 and 29. RGB value is (70,24,41). Sum of RGB (Red+Green+Blue) = 70+24+41=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461829 is #B9E7D6. Grayscale: #272727. Windows color (decimal): -12183511 or 2693190. OLE color: 2693190.

HSL color Cylindrical-coordinate representation of color #461829: hue angle of 337.83º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461829 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 41 -
CMYK 0 0.66 0.41 0.73
HSL 337.83º 0.49% 0.18% -
HSV(B) 337.83º 0.66% 0.27% -
XYZ 3.25 2.12 2.33 -
YUV 39.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 70 24 41 0 0.66 0.41 0.73 337.83 0.49 0.18
Hex 46 18 29 0 42 29 49 152 31 12
Octal 106 30 51 0 102 51 111 522 61 22
Binary 1000110 11000 101001 0 1000010 101001 1001001 101010010 110001 10010

Color Harmonies of #461829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461829

Black with #461829

Text Example


Text Example

White with #461829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461829; }

 p { color: rgb(70,24,41); }

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

background-color css

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

 a { background-color: rgb(70,24,41); }

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

border-color css

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

 span { border-color: rgb(70,24,41); }

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