Html Css Color HEX #462631 Castro

📋 copy color: '#462631'

red 70 ◦ green 38 ◦ blue 49

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

Shades of Castro #462631

Tints of Castro #462631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 44.59%
G = 24.2%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#462631 (or 0x462631) is known color: Castro. HEX triplet: 46, 26 and 31. RGB value is (70,38,49). Sum of RGB (Red+Green+Blue) = 70+38+49=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462631 is #B9D9CE. Grayscale: #303030. Windows color (decimal): -12179919 or 3221062. OLE color: 3221062.

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

Color convert

RGB 70 38 49 -
CMYK 0 0.46 0.30 0.73
HSL 339.38º 0.3% 0.21% -
HSV(B) 339.38º 0.46% 0.27% -
XYZ 3.77 2.91 3.27 -
YUV 48.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 70 38 49 0 0.46 0.30 0.73 339.38 0.3 0.21
Hex 46 26 31 0 2E 1E 49 153 1E 15
Octal 106 46 61 0 56 36 111 523 36 25
Binary 1000110 100110 110001 0 101110 11110 1001001 101010011 11110 10101

Color Harmonies of #462631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462631

Black with #462631

Text Example


Text Example

White with #462631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462631; }

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

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

background-color css

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

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

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

border-color css

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

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

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