Html Css Color HEX #461527 Castro

📋 copy color: '#461527'

red 70 ◦ green 21 ◦ blue 39

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

Shades of Castro #461527

Tints of Castro #461527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 53.85%
G = 16.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#461527 (or 0x461527) is known color: Castro. HEX triplet: 46, 15 and 27. RGB value is (70,21,39). Sum of RGB (Red+Green+Blue) = 70+21+39=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461527 is #B9EAD8. Grayscale: #252525. Windows color (decimal): -12184281 or 2561350. OLE color: 2561350.

HSL color Cylindrical-coordinate representation of color #461527: hue angle of 337.96º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461527 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 39 -
CMYK 0 0.70 0.44 0.73
HSL 337.96º 0.54% 0.18% -
HSV(B) 337.96º 0.7% 0.27% -
XYZ 3.16 1.98 2.14 -
YUV 37.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 70 21 39 0 0.70 0.44 0.73 337.96 0.54 0.18
Hex 46 15 27 0 46 2C 49 152 36 12
Octal 106 25 47 0 106 54 111 522 66 22
Binary 1000110 10101 100111 0 1000110 101100 1001001 101010010 110110 10010

Color Harmonies of #461527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461527

Black with #461527

Text Example


Text Example

White with #461527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461527; }

 p { color: rgb(70,21,39); }

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

background-color css

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

 a { background-color: rgb(70,21,39); }

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

border-color css

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

 span { border-color: rgb(70,21,39); }

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