Html Css Color HEX #461426 Castro

📋 copy color: '#461426'

red 70 ◦ green 20 ◦ blue 38

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

Shades of Castro #461426

Tints of Castro #461426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 54.69%
G = 15.63%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#461426 (or 0x461426) is known color: Castro. HEX triplet: 46, 14 and 26. RGB value is (70,20,38). Sum of RGB (Red+Green+Blue) = 70+20+38=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461426 is #B9EBD9. Grayscale: #242424. Windows color (decimal): -12184538 or 2495558. OLE color: 2495558.

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

Color convert

RGB 70 20 38 -
CMYK 0 0.71 0.46 0.73
HSL 338.4º 0.56% 0.18% -
HSV(B) 338.4º 0.71% 0.27% -
XYZ 3.13 1.94 2.04 -
YUV 37 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 70 20 38 0 0.71 0.46 0.73 338.4 0.56 0.18
Hex 46 14 26 0 47 2E 49 152 38 12
Octal 106 24 46 0 107 56 111 522 70 22
Binary 1000110 10100 100110 0 1000111 101110 1001001 101010010 111000 10010

Color Harmonies of #461426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461426

Black with #461426

Text Example


Text Example

White with #461426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461426; }

 p { color: rgb(70,20,38); }

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

background-color css

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

 a { background-color: rgb(70,20,38); }

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

border-color css

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

 span { border-color: rgb(70,20,38); }

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