Html Css Color HEX #461929 Castro

📋 copy color: '#461929'

red 70 ◦ green 25 ◦ blue 41

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

Shades of Castro #461929

Tints of Castro #461929

RGB

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

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

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

R = 51.47%
G = 18.38%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461929 (or 0x461929) is known color: Castro. HEX triplet: 46, 19 and 29. RGB value is (70,25,41). Sum of RGB (Red+Green+Blue) = 70+25+41=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #461929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461929 is #B9E6D6. Grayscale: #282828. Windows color (decimal): -12183255 or 2693446. OLE color: 2693446.

HSL color Cylindrical-coordinate representation of color #461929: hue angle of 338.67º 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 #461929 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 25 41 -
CMYK 0 0.64 0.41 0.73
HSL 338.67º 0.47% 0.19% -
HSV(B) 338.67º 0.64% 0.27% -
XYZ 3.27 2.16 2.34 -
YUV 40.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 70 25 41 0 0.64 0.41 0.73 338.67 0.47 0.19
Hex 46 19 29 0 40 29 49 153 2F 13
Octal 106 31 51 0 100 51 111 523 57 23
Binary 1000110 11001 101001 0 1000000 101001 1001001 101010011 101111 10011

Color Harmonies of #461929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461929

Black with #461929

Text Example


Text Example

White with #461929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461929; }

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

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

background-color css

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

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

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

border-color css

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

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

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