Html Css Color HEX #462132 Castro

📋 copy color: '#462132'

red 70 ◦ green 33 ◦ blue 50

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

Shades of Castro #462132

Tints of Castro #462132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 45.75%
G = 21.57%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#462132 (or 0x462132) is known color: Castro. HEX triplet: 46, 21 and 32. RGB value is (70,33,50). Sum of RGB (Red+Green+Blue) = 70+33+50=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462132 is #B9DECD. Grayscale: #2D2D2D. Windows color (decimal): -12181198 or 3285318. OLE color: 3285318.

HSL color Cylindrical-coordinate representation of color #462132: hue angle of 332.43º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462132 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 50 -
CMYK 0 0.53 0.29 0.73
HSL 332.43º 0.36% 0.2% -
HSV(B) 332.43º 0.53% 0.27% -
XYZ 3.65 2.62 3.33 -
YUV 46 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 70 33 50 0 0.53 0.29 0.73 332.43 0.36 0.2
Hex 46 21 32 0 35 1D 49 14C 24 14
Octal 106 41 62 0 65 35 111 514 44 24
Binary 1000110 100001 110010 0 110101 11101 1001001 101001100 100100 10100

Color Harmonies of #462132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462132

Black with #462132

Text Example


Text Example

White with #462132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462132; }

 p { color: rgb(70,33,50); }

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

background-color css

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

 a { background-color: rgb(70,33,50); }

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

border-color css

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

 span { border-color: rgb(70,33,50); }

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