Html Css Color HEX #461928 Castro

📋 copy color: '#461928'

red 70 ◦ green 25 ◦ blue 40

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

Shades of Castro #461928

Tints of Castro #461928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 51.85%
G = 18.52%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461928 (or 0x461928) is known color: Castro. HEX triplet: 46, 19 and 28. RGB value is (70,25,40). Sum of RGB (Red+Green+Blue) = 70+25+40=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461928 is #B9E6D7. Grayscale: #282828. Windows color (decimal): -12183256 or 2627910. OLE color: 2627910.

HSL color Cylindrical-coordinate representation of color #461928: hue angle of 340º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461928 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 40 -
CMYK 0 0.64 0.43 0.73
HSL 340º 0.47% 0.19% -
HSV(B) 340º 0.64% 0.27% -
XYZ 3.26 2.15 2.25 -
YUV 40.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 70 25 40 0 0.64 0.43 0.73 340 0.47 0.19
Hex 46 19 28 0 40 2B 49 154 2F 13
Octal 106 31 50 0 100 53 111 524 57 23
Binary 1000110 11001 101000 0 1000000 101011 1001001 101010100 101111 10011

Color Harmonies of #461928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461928

Black with #461928

Text Example


Text Example

White with #461928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461928; }

 p { color: rgb(70,25,40); }

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

background-color css

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

 a { background-color: rgb(70,25,40); }

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

border-color css

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

 span { border-color: rgb(70,25,40); }

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