Html Css Color HEX #462331 Castro

📋 copy color: '#462331'

red 70 ◦ green 35 ◦ blue 49

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

Shades of Castro #462331

Tints of Castro #462331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 45.45%
G = 22.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#462331 (or 0x462331) is known color: Castro. HEX triplet: 46, 23 and 31. RGB value is (70,35,49). Sum of RGB (Red+Green+Blue) = 70+35+49=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462331 is #B9DCCE. Grayscale: #2F2F2F. Windows color (decimal): -12180687 or 3220294. OLE color: 3220294.

HSL color Cylindrical-coordinate representation of color #462331: hue angle of 336º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462331 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 49 -
CMYK 0 0.5 0.30 0.73
HSL 336º 0.33% 0.21% -
HSV(B) 336º 0.5% 0.27% -
XYZ 3.68 2.73 3.24 -
YUV 47.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 70 35 49 0 0.5 0.30 0.73 336 0.33 0.21
Hex 46 23 31 0 32 1E 49 150 21 15
Octal 106 43 61 0 62 36 111 520 41 25
Binary 1000110 100011 110001 0 110010 11110 1001001 101010000 100001 10101

Color Harmonies of #462331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462331

Black with #462331

Text Example


Text Example

White with #462331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462331; }

 p { color: rgb(70,35,49); }

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

background-color css

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

 a { background-color: rgb(70,35,49); }

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

border-color css

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

 span { border-color: rgb(70,35,49); }

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