Html Css Color HEX #461729 Castro

📋 copy color: '#461729'

red 70 ◦ green 23 ◦ blue 41

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

Shades of Castro #461729

Tints of Castro #461729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

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

R = 52.24%
G = 17.16%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#461729 (or 0x461729) is known color: Castro. HEX triplet: 46, 17 and 29. RGB value is (70,23,41). Sum of RGB (Red+Green+Blue) = 70+23+41=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #461729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461729 is #B9E8D6. Grayscale: #272727. Windows color (decimal): -12183767 or 2692934. OLE color: 2692934.

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

Color convert

RGB 70 23 41 -
CMYK 0 0.67 0.41 0.73
HSL 337.02º 0.51% 0.18% -
HSV(B) 337.02º 0.67% 0.27% -
XYZ 3.23 2.07 2.33 -
YUV 39.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 70 23 41 0 0.67 0.41 0.73 337.02 0.51 0.18
Hex 46 17 29 0 43 29 49 151 33 12
Octal 106 27 51 0 103 51 111 521 63 22
Binary 1000110 10111 101001 0 1000011 101001 1001001 101010001 110011 10010

Color Harmonies of #461729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461729

Black with #461729

Text Example


Text Example

White with #461729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461729; }

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

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

background-color css

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

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

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

border-color css

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

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

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