Html Css Color HEX #461C28 Castro

📋 copy color: '#461C28'

red 70 ◦ green 28 ◦ blue 40

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

Shades of Castro #461C28

Tints of Castro #461C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.29%

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

R = 50.72%
G = 20.29%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#461C28 (or 0x461C28) is known color: Castro. HEX triplet: 46, 1C and 28. RGB value is (70,28,40). Sum of RGB (Red+Green+Blue) = 70+28+40=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C28 is #B9E3D7. Grayscale: #292929. Windows color (decimal): -12182488 or 2628678. OLE color: 2628678.

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

Color convert

RGB 70 28 40 -
CMYK 0 0.60 0.43 0.73
HSL 342.86º 0.43% 0.19% -
HSV(B) 342.86º 0.6% 0.27% -
XYZ 3.32 2.29 2.27 -
YUV 41.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 70 28 40 0 0.60 0.43 0.73 342.86 0.43 0.19
Hex 46 1C 28 0 3C 2B 49 157 2B 13
Octal 106 34 50 0 74 53 111 527 53 23
Binary 1000110 11100 101000 0 111100 101011 1001001 101010111 101011 10011

Color Harmonies of #461C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C28

Black with #461C28

Text Example


Text Example

White with #461C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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